Commit 79c85f71151d64f0849ee19d90de8a06b734071d

Authored by Heiko Schocher
Committed by Tom Rini
1 parent c1ee8936bf

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/taurus_defconfig
... ... @@ -3,6 +3,7 @@
3 3 # CONFIG_SPL_USE_ARCH_MEMCPY is not set
4 4 # CONFIG_SPL_USE_ARCH_MEMSET is not set
5 5 CONFIG_ARCH_AT91=y
  6 +CONFIG_SPL_LDSCRIPT="arch/$(ARCH)/cpu/u-boot-spl.lds"
6 7 CONFIG_TARGET_TAURUS=y
7 8 CONFIG_SPL_GPIO_SUPPORT=y
8 9 CONFIG_SPL_LIBCOMMON_SUPPORT=y