summaryrefslogtreecommitdiffstats
path: root/include/configs/mv-common.h
diff options
context:
space:
mode:
authorPrafulla Wadaskar <prafulla@marvell.com>2010-09-30 22:57:02 +0530
committerWolfgang Denk <wd@denx.de>2010-10-13 09:36:20 +0200
commit0b20ed76c07e8607436d649db768502dcd94dc9b (patch)
treefc43758680a8dff19650da8f8167438b89faf73c /include/configs/mv-common.h
parent54e999a30af2ce4fab27b01a90676de3f1db1f49 (diff)
downloadblackbird-obmc-uboot-0b20ed76c07e8607436d649db768502dcd94dc9b.tar.gz
blackbird-obmc-uboot-0b20ed76c07e8607436d649db768502dcd94dc9b.zip
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>
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r--include/configs/mv-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index e78d29f832..bdcebd3b5d 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
*/
OpenPOWER on IntegriCloud