diff options
| author | Heiko Schocher <[email protected]> | 2017-08-16 09:47:45 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-20 09:54:33 -0400 |
| commit | 79c85f71151d64f0849ee19d90de8a06b734071d (patch) | |
| tree | 9e94a0e72c2bc47b770828dc3ea85e8484739aa1 | |
| parent | c1ee8936bfcf467ccf69b5dbfcf358876e76e756 (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 <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
| -rw-r--r-- | configs/taurus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig index 6fecaf89e8c..4e5fad7ad4a 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 |
