summaryrefslogtreecommitdiff
path: root/configs/taurus_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2017-08-16 09:47:45 +0200
committerTom Rini <trini@konsulko.com>2017-08-20 09:54:33 -0400
commit79c85f71151d64f0849ee19d90de8a06b734071d (patch)
tree9e94a0e72c2bc47b770828dc3ea85e8484739aa1 /configs/taurus_defconfig
parentc1ee8936bfcf467ccf69b5dbfcf358876e76e756 (diff)
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 <hs@denx.de> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/taurus_defconfig')
-rw-r--r--configs/taurus_defconfig1
1 files changed, 1 insertions, 0 deletions
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