[U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL
Wenyou Yang
wenyou.yang at atmel.com
Wed Dec 9 08:15:38 CET 2015
Build SPL with taurus_defconfig defconfig file.
It build fails with following log message:
---8< ----
$ make mrproper
$ make taurus_defconfig
$ make SPL
[...]
LD spl/lib/built-in.o
LDS spl/u-boot-spl.lds
LD spl/u-boot-spl
arm-none-linux-gnueabi-ld: SPL image too big
make[1]: *** [spl/u-boot-spl] Error 1
make: *** [spl/u-boot-spl] Error 2
--->8----
This board code is not ready for SPL for now, so disable
CONFIG_SPL.
Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
---
configs/taurus_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig
index d59912c..557b066 100644
--- a/configs/taurus_defconfig
+++ b/configs/taurus_defconfig
@@ -1,7 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_AT91=y
CONFIG_TARGET_TAURUS=y
-CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,MACH_TYPE=2067,BOARD_TAURUS"
CONFIG_SYS_PROMPT="U-Boot> "
# CONFIG_CMD_BDI is not set
--
1.7.9.5
More information about the U-Boot
mailing list