Hello Wenyou,

Am 09.12.2015 um 08:15 schrieb Wenyou Yang:
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.y...@atmel.com>
---

  configs/taurus_defconfig |    1 -
  1 file changed, 1 deletion(-)

NACK.

With which toolchain?

Here current build of u-boot on travis-ci.org:
with eldk-5.4:
https://travis-ci.org/u-boot/u-boot/jobs/95590341
https://travis-ci.org/u-boot/u-boot/jobs/95590311

bye,
Heiko

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


--
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to