mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 14:38:58 +00:00
Kirkwood: Changes specific to ARM relocation support
All Kirkwood based boards are supported for this new implementation ref: docs/README.arm-relocation Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
This commit is contained in:
parent
44f1ec6c5e
commit
d30b5706d8
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@
|
|||
#error "Unsupported SoC"
|
||||
#endif
|
||||
|
||||
/* additions for new ARM relocation support */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x00000000
|
||||
/* Kirkwood has 2k of Security SRAM, use it for SP */
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0xC8012000
|
||||
|
||||
/*
|
||||
* CLKs configurations
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue