[U-Boot] [PATCH V2 3/3] Kirkwood: Changes specific to ARM relocation support

Prafulla Wadaskar prafulla at marvell.com
Thu Oct 7 16:58:39 CEST 2010


All Kirkwood based boards are supported for this new implementation
ref: docs/README.arm-relocation

Signed-off-by: Prafulla Wadaskar <prafulla at marvell.com>
---
Changelog:
v2: typo changed in the commit message
Security SRAM used for CONFIG_SYS_INIT_SP_ADDR

 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
  */
-- 
1.5.3.3



More information about the U-Boot mailing list