From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Wed, 9 Dec 2015 08:38:59 +0100 Subject: [U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL In-Reply-To: <1449645339-18525-1-git-send-email-wenyou.yang@atmel.com> References: <1449645339-18525-1-git-send-email-wenyou.yang@atmel.com> Message-ID: <5667DA93.1090007@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > 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