arm, at91: fix taurus board
authorHeiko Schocher <hs@denx.de>
Wed, 16 Aug 2017 07:47:45 +0000 (09:47 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 20 Aug 2017 13:54:33 +0000 (09:54 -0400)
since commit: b529993e0222 "spl: add hierarchical defaults for SPL_LDSCRIPT"

taurus board stopped working. Use the ldscript from
arch/arm/cpu/u-boot-spl.lds (as before this patch) fixed it.

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
configs/taurus_defconfig

index 6fecaf89e8c476bf74969dad17569856715cda52..4e5fad7ad4ac34462b1d7cb0b4edc7221c4fb629 100644 (file)
@@ -3,6 +3,7 @@ CONFIG_SPL_SYS_THUMB_BUILD=y
 # CONFIG_SPL_USE_ARCH_MEMCPY is not set
 # CONFIG_SPL_USE_ARCH_MEMSET is not set
 CONFIG_ARCH_AT91=y
+CONFIG_SPL_LDSCRIPT="arch/$(ARCH)/cpu/u-boot-spl.lds"
 CONFIG_TARGET_TAURUS=y
 CONFIG_SPL_GPIO_SUPPORT=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y