diff options
author | Prafulla Wadaskar <prafulla@marvell.com> | 2010-09-30 17:27:02 (GMT) |
---|---|---|
committer | Prafulla Wadaskar <prafulla@marvell.com> | 2010-10-12 09:09:16 (GMT) |
commit | d30b5706d8502df4c00dfa9ebd054a19fed6d496 (patch) | |
tree | fc43758680a8dff19650da8f8167438b89faf73c | |
parent | 44f1ec6c5e9c4ed833abe7ce4c266e4e6266493c (diff) | |
download | u-boot-fsl-qoriq-d30b5706d8502df4c00dfa9ebd054a19fed6d496.tar.xz |
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>
-rw-r--r-- | include/configs/mv-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index e78d29f..bdcebd3 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -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 */ |