diff mbox

[U-Boot] omap3evm: Support relocation

Message ID 1287484208-14278-1-git-send-email-premi@ti.com
State Accepted
Commit 6a1e58eb6aa691ad45a36c57f1f241c25940fa0b
Delegated to: Sandeep Paulraj
Headers show

Commit Message

Sanjeev Premi Oct. 19, 2010, 10:30 a.m. UTC
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>
---
 board/ti/evm/config.mk      |    2 +-
 include/configs/omap3_evm.h |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

Comments

Sanjeev Premi Nov. 3, 2010, 5:17 a.m. UTC | #1
> -----Original Message-----
> From: Premi, Sanjeev 
> Sent: Tuesday, October 19, 2010 4:00 PM
> To: u-boot@lists.denx.de
> Cc: Premi, Sanjeev
> Subject: [PATCH] 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>
> ---

Sandeep,

Pinging for status...

~sanjeev
diff mbox

Patch

diff --git a/board/ti/evm/config.mk b/board/ti/evm/config.mk
index b92d3b0..d173eef 100644
--- a/board/ti/evm/config.mk
+++ b/board/ti/evm/config.mk
@@ -30,4 +30,4 @@ 
 # (mem base + reserved)
 
 # For use with external or internal boots.
-CONFIG_SYS_TEXT_BASE = 0x80e80000
+CONFIG_SYS_TEXT_BASE = 0x80008000
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index c4aa220..cd38698 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -345,6 +345,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
  *----------------------------------------------------------------------------