summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorSanjeev Premi <premi@ti.com>2010-11-04 16:01:46 -0400
committerSandeep Paulraj <s-paulraj@ti.com>2010-11-04 16:01:46 -0400
commit6a1e58eb6aa691ad45a36c57f1f241c25940fa0b (patch)
tree4337666a2e03754a4afefa06cc020d6821cf4753 /include/configs/omap3_evm.h
parentac657c42af6b0bbc52a382667c1ab9fc26123c99 (diff)
downloadtalos-obmc-uboot-6a1e58eb6aa691ad45a36c57f1f241c25940fa0b.tar.gz
talos-obmc-uboot-6a1e58eb6aa691ad45a36c57f1f241c25940fa0b.zip
omap3evm: Support relocation
This patch adds relocation support for omap3evm. Content of the patch is based on changes for Beagleboard. Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index e925f3bd2d..3ff66b57d2 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -344,6 +344,12 @@ extern unsigned int boot_flash_sec;
extern unsigned int boot_flash_type;
#endif
+/*
+ * Support for relocation
+ */
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)
+
/*----------------------------------------------------------------------------
* SMSC9115 Ethernet from SMSC9118 family
*----------------------------------------------------------------------------
OpenPOWER on IntegriCloud