From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL
Date: Wed, 9 Dec 2015 08:38:59 +0100 [thread overview]
Message-ID: <5667DA93.1090007@denx.de> (raw)
In-Reply-To: <1449645339-18525-1-git-send-email-wenyou.yang@atmel.com>
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.yang@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
next prev parent reply other threads:[~2015-12-09 7:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-09 7:15 [U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL Wenyou Yang
2015-12-09 7:38 ` Heiko Schocher [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5667DA93.1090007@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.