public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL
@ 2015-12-09  7:15 Wenyou Yang
  2015-12-09  7:38 ` Heiko Schocher
  0 siblings, 1 reply; 7+ messages in thread
From: Wenyou Yang @ 2015-12-09  7:15 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-12-09  9:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09  7:15 [U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL Wenyou Yang
2015-12-09  7:38 ` Heiko Schocher
2015-12-09  7:43   ` Yang, Wenyou
2015-12-09  8:00     ` Heiko Schocher
2015-12-09  8:34       ` Yang, Wenyou
2015-12-09  8:46         ` Heiko Schocher
2015-12-09  9:06           ` Yang, Wenyou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox