]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARMV7: OMAP3: Implement relocation for Overo
authorSteve Sakoman <steve@sakoman.com>
Wed, 29 Sep 2010 20:54:19 +0000 (13:54 -0700)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Oct 2010 18:14:24 +0000 (20:14 +0200)
This patch fixes the build breakage introduced by the recent relocation
changes for ARMV7

Signed-off-by: Steve Sakoman <steve@sakoman.com>
board/overo/config.mk
include/configs/omap3_overo.h

index d372fd901fb561209ebdbc868c933a645233cbd9..59b651f60ad688aa7e8846fdbcc203389f2e1fe9 100644 (file)
@@ -26,4 +26,4 @@
 # (mem base + reserved)
 
 # For use with external or internal boots.
-TEXT_BASE = 0x80e80000
+TEXT_BASE = 0x80008000
index 0d2ed44a49c116cfa9864d829a0fc3164e9e9461..d7c7b0f0e4d53b2a0fd0615d6a63218055660298 100644 (file)
@@ -323,4 +323,7 @@ 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 - CONFIG_SYS_GBL_DATA_SIZE)
+
 #endif                         /* __CONFIG_H */