From: Stefan Roese Date: Mon, 19 Jan 2015 10:33:49 +0000 (+0100) Subject: arm: armada-xp: Change built target to include the SPL binary as bin_hdr X-Git-Tag: v2015.04-rc2~39^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e0b5984f4d985f66ca06ed877dca91bf442fe4d;p=oweals%2Fu-boot.git arm: armada-xp: Change built target to include the SPL binary as bin_hdr Signed-off-by: Stefan Roese Reviewed-by: Luka Perkov --- diff --git a/arch/arm/include/asm/arch-armada-xp/config.h b/arch/arm/include/asm/arch-armada-xp/config.h index 00ee775a45..f9fd424609 100644 --- a/arch/arm/include/asm/arch-armada-xp/config.h +++ b/arch/arm/include/asm/arch-armada-xp/config.h @@ -31,7 +31,11 @@ #endif /* CONFIG_SYS_KWD_CONFIG */ /* Add target to build it automatically upon "make" */ +#ifdef CONFIG_SPL +#define CONFIG_BUILD_TARGET "u-boot-spl.kwb" +#else #define CONFIG_BUILD_TARGET "u-boot.kwb" +#endif /* end of 16M scrubbed by training in bootrom */ #define CONFIG_SYS_INIT_SP_ADDR 0x00FF0000