aboutsummaryrefslogtreecommitdiff
path: root/include/configs/apollon.h
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2011-06-24 09:34:38 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 10:55:26 +0200
commit0aeb01d512772a88e0cbe2fa8654daf1b0136189 (patch)
tree2ba2b20e84617409de9753a1150dc505995db5b1 /include/configs/apollon.h
parentaadcfc179a5f9ef61c8201da9dff34f8394c1054 (diff)
arm: omap2: apollon: fix broken build
Define CONFIG_SYS_SDRAM_BASE to physical SDRAM address and CONFIG_SYS_INIT_SP_ADDR to physical SRAM address Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Cc: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'include/configs/apollon.h')
-rw-r--r--include/configs/apollon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/apollon.h b/include/configs/apollon.h
index 3364ec007..1f959fc8f 100644
--- a/include/configs/apollon.h
+++ b/include/configs/apollon.h
@@ -266,4 +266,8 @@
"-(ubifs)"
#endif
+#define PHYS_SRAM 0x4020F800
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR PHYS_SRAM
+
#endif /* __CONFIG_H */