diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-09-29 13:54:19 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-17 20:14:24 +0200 |
commit | 4d7d7bc36d3ef71b4808731b345c8f68c8bed6a4 (patch) | |
tree | 06d4ae784ecc3a4ab30f7d26e4fada66ee555346 /include/configs | |
parent | 64455352ad0bf96570ea35e6b65e5b4f066a97e9 (diff) | |
download | talos-obmc-uboot-4d7d7bc36d3ef71b4808731b345c8f68c8bed6a4.tar.gz talos-obmc-uboot-4d7d7bc36d3ef71b4808731b345c8f68c8bed6a4.zip |
ARMV7: OMAP3: Implement relocation for Overo
This patch fixes the build breakage introduced by the recent relocation
changes for ARMV7
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_overo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 0d2ed44a49..d7c7b0f0e4 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -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 */ |