summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_overo.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-10-27 05:04:30 -0700
committerSandeep Paulraj <s-paulraj@ti.com>2010-11-04 15:27:16 -0400
commit31bfcf1c5776df3d90286aa15104c45096d53dc6 (patch)
tree180f26babcb00be1591470666e90aca97ccc28fb /include/configs/omap3_overo.h
parentca5f80ae97cdd211f9e6413369aaadee944f8cb6 (diff)
downloadtalos-obmc-uboot-31bfcf1c5776df3d90286aa15104c45096d53dc6.tar.gz
talos-obmc-uboot-31bfcf1c5776df3d90286aa15104c45096d53dc6.zip
ARMV7: OMAP: Fix build after introduction of GENERATED_GBL_DATA_SIZE
This patch fixes the issue by defining and using CONFIG_SYS_INIT_RAM_SIZE and CONFIG_SYS_INIT_RAM_ADDR. Based on an email discussion with Wolfgang Denk and Heiko Schocher. Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_overo.h')
-rw-r--r--include/configs/omap3_overo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 052d503b35..79a5b855d7 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -325,6 +325,10 @@ extern unsigned int boot_flash_type;
#endif /* (CONFIG_CMD_NET) */
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
-#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - GENERATED_GBL_DATA_SIZE)
+#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
+#define CONFIG_SYS_INIT_RAM_SIZE 0x800
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
+ CONFIG_SYS_INIT_RAM_SIZE - \
+ GENERATED_GBL_DATA_SIZE)
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud