diff options
author | Heiko Schocher <hs@denx.de> | 2014-10-31 08:31:05 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-17 08:47:17 -0500 |
commit | 237e3793fbe4227105dee586d95942c0ac3f6b62 (patch) | |
tree | e47f50b4104b389dfe32c0b037854b24aa9034c9 /configs/taurus_defconfig | |
parent | 5abc00d02082056765a8029675e7b05ab6c35263 (diff) |
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 'configs/taurus_defconfig')
-rw-r--r-- | configs/taurus_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig index 98700487f38..438e25d84f9 100644 --- a/configs/taurus_defconfig +++ b/configs/taurus_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,MACH_TYPE=2067,BOARD_TAURUS" -CONFIG_ARM=y -CONFIG_TARGET_TAURUS=y ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_TAURUS=y |