]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
configs/freescale_imx31_3stack: Remove target
authorFabio Estevam <festevam@gmail.com>
Sat, 5 May 2018 23:12:23 +0000 (20:12 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 6 May 2018 06:59:45 +0000 (08:59 +0200)
commited947dce162dca71d47abda61861d2080469197c
tree17820dfc9f267bb21623378cac6e33713dbf17b1
parentc41576cad1230fa233af748ba4526866b26a3c49
configs/freescale_imx31_3stack: Remove target

Currently this target fails to build:

arch/arm/mach-imx/built-in.o: In function `init_mmdc_lpddr2_settings':
platform-spi_imx.c:(.text+0x8f18): undefined reference to `imx6sll_lpddr2_freq_change'
arch/arm/mach-imx/built-in.o: In function `imx6ul_cpuidle_init':
platform-spi_imx.c:(.init.text+0x195c): undefined reference to `mx6ull_lpm_wfi_end'
platform-spi_imx.c:(.init.text+0x1960): undefined reference to `mx6ull_lpm_wfi_start'
platform-spi_imx.c:(.init.text+0x1964): undefined reference to `imx6ull_low_power_idle'
arch/arm/mach-imx/built-in.o: In function `imx6sl_init_late':
platform-spi_imx.c:(.init.text+0x56f0): undefined reference to `imx6sll_cpuidle_init'
Makefile:969: recipe for target 'vmlinux' failed

NXP 4.9 kernel does not properly support mx31, so better remove this target.

mx31_3stack board is currently supported in U-Boot and kernel mainline,
so if someone is interested on this board, then a target can be introduced
later which uses these mainline components.

Currently I do not have access to this board, so remove it its defconfig
for now.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/66561688
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/freescale/imx31_3stack/linux.fragment [deleted file]
board/freescale/imx31_3stack/readme.txt [deleted file]
configs/freescale_imx31_3stack_defconfig [deleted file]