Skip to content

Commit 998f4ca

Browse files
dirkbehmeSandeep Paulraj
authored andcommitted
OMAP3: Zoom2: Fix ARM relocation support
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1 parent 25435c6 commit 998f4ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

board/logicpd/zoom2/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
# (mem base + reserved)
3131

3232
# For use with external or internal boots.
33-
CONFIG_SYS_TEXT_BASE = 0x80e80000
33+
CONFIG_SYS_TEXT_BASE = 0x80008000

include/configs/omap3_zoom2.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@
188188
#define CONFIG_EXTRA_ENV_SETTINGS \
189189
"usbtty=cdc_acm\0" \
190190

191+
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
192+
#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
193+
#define CONFIG_SYS_INIT_RAM_SIZE 0x800
194+
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
195+
CONFIG_SYS_INIT_RAM_SIZE - \
196+
GENERATED_GBL_DATA_SIZE)
191197
/*
192198
* Miscellaneous configurable options
193199
*/

0 commit comments

Comments
 (0)