diff mbox

[U-Boot,V5,1/4] VCMA9: use ARM relocation feature to fix build error

Message ID 1304322771-2651-2-git-send-email-d.mueller@elsoft.ch
State Accepted
Commit d2d945714daeaabeaf83ddc63a1c938d9f98ee21
Delegated to: Albert ARIBAUD
Headers show

Commit Message

David Müller (ELSOFT AG) May 2, 2011, 7:52 a.m. UTC
Signed-off-by: David Müller <d.mueller@elsoft.ch>

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

Changes for V5:
 - remove unneeded comment and change subject
diff mbox

Patch

diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index ebe9e42..3cd1bc3 100644
--- a/include/configs/VCMA9.h
+++ b/include/configs/VCMA9.h
@@ -247,4 +247,9 @@ 
 
 #define MULTI_PURPOSE_SOCKET_ADDR 0x08000000
 
+#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 */