[U-Boot] [PATCH V4 1/4] VCMA9: activate ARM relocation feature

David Müller d.mueller at elsoft.ch
Tue Apr 12 11:32:36 CEST 2011


Signed-off-by: David Müller <d.mueller at elsoft.ch>

---
 include/configs/VCMA9.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index ebe9e42..b723908 100644
--- a/include/configs/VCMA9.h
+++ b/include/configs/VCMA9.h
@@ -247,4 +247,10 @@
 
 #define MULTI_PURPOSE_SOCKET_ADDR 0x08000000
 
+/* additions for new relocation code, must added to all boards */
+#define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x1000 - \
+					GENERATED_GBL_DATA_SIZE)
+
+
 #endif	/* __CONFIG_H */
-- 
1.7.1



More information about the U-Boot mailing list