From: Heiko Schocher Date: Wed, 16 Aug 2017 07:47:45 +0000 (+0200) Subject: arm, at91: fix taurus board X-Git-Tag: v2017.09-rc3~58 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79c85f71151d64f0849ee19d90de8a06b734071d;p=u-boot arm, at91: fix taurus board 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 Reviewed-by: Philipp Tomsich --- diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig index 6fecaf89e8..4e5fad7ad4 100644 --- a/configs/taurus_defconfig +++ b/configs/taurus_defconfig @@ -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