summaryrefslogtreecommitdiff
path: root/include/configs/VCMA9.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/VCMA9.h')
-rw-r--r--include/configs/VCMA9.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index ebe9e424c3..3cd1bc3eb5 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 */