summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2014-10-31 08:31:05 +0100
committerTom Rini <trini@ti.com>2014-11-17 08:47:17 -0500
commit237e3793fbe4227105dee586d95942c0ac3f6b62 (patch)
treee47f50b4104b389dfe32c0b037854b24aa9034c9 /arch
parent5abc00d02082056765a8029675e7b05ab6c35263 (diff)
downloadtalos-obmc-uboot-237e3793fbe4227105dee586d95942c0ac3f6b62.tar.gz
talos-obmc-uboot-237e3793fbe4227105dee586d95942c0ac3f6b62.zip
arm, at91, spl: add spl support for the taurus board
replaces the at91bootstrap code with SPL code. make the spl image with: ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin this writes the length of the spl image into the 6th execption vector. This is needed from the ROM bootloader. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bd073ebd28..ffc89e7c73 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -207,6 +207,7 @@ config TARGET_CORVUS
select CPU_ARM926EJS
config TARGET_TAURUS
+ select SUPPORT_SPL
bool "Support taurus"
select CPU_ARM926EJS
OpenPOWER on IntegriCloud