Skip to content
Snippets Groups Projects
Commit d30b5706 authored by Prafulla Wadaskar's avatar Prafulla Wadaskar
Browse files

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: default avatarPrafulla Wadaskar <prafulla@marvell.com>
parent 44f1ec6c
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,11 @@ ...@@ -55,6 +55,11 @@
#error "Unsupported SoC" #error "Unsupported SoC"
#endif #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 * CLKs configurations
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment