diff options
author | Heiko Schocher <hs@denx.de> | 2014-10-31 08:31:06 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-17 08:47:18 -0500 |
commit | 5b15fd980bfcb49e2b9bc711339cbd6e8731aef8 (patch) | |
tree | 890ea1a06a6d79e8e0d54f8cfd302773522aed84 /configs | |
parent | 237e3793fbe4227105dee586d95942c0ac3f6b62 (diff) | |
download | u-boot-imx-5b15fd980bfcb49e2b9bc711339cbd6e8731aef8.zip u-boot-imx-5b15fd980bfcb49e2b9bc711339cbd6e8731aef8.tar.gz u-boot-imx-5b15fd980bfcb49e2b9bc711339cbd6e8731aef8.tar.bz2 |
arm, spl, at91: add spl support for the corvus 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>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/corvus_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/corvus_defconfig b/configs/corvus_defconfig index 3fc8edb..5d60847 100644 --- a/configs/corvus_defconfig +++ b/configs/corvus_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9M10G45,SYS_USE_NANDFLASH" -CONFIG_ARM=y -CONFIG_TARGET_CORVUS=y ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_CORVUS=y |