diff options
| author | Heiko Schocher <[email protected]> | 2014-10-31 08:31:06 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-11-17 08:47:18 -0500 |
| commit | 5b15fd980bfcb49e2b9bc711339cbd6e8731aef8 (patch) | |
| tree | 890ea1a06a6d79e8e0d54f8cfd302773522aed84 /arch | |
| parent | 237e3793fbe4227105dee586d95942c0ac3f6b62 (diff) | |
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 <[email protected]>
Reviewed-by: Bo Shen <[email protected]>
Reviewed-by: Andreas Bießmann <[email protected]>
Signed-off-by: Andreas Bießmann <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ffc89e7c737..20d521ac40a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -203,6 +203,7 @@ config TARGET_PM9G45 select CPU_ARM926EJS config TARGET_CORVUS + select SUPPORT_SPL bool "Support corvus" select CPU_ARM926EJS |
