Skip to content

Commit

Permalink
OMAP3: SDP3430: Fix ARM relocation support
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Behme <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
  • Loading branch information
dirkbehme authored and Sandeep Paulraj committed Nov 30, 2010
1 parent 279c828 commit 5ec789f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion board/ti/sdp3430/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
# (mem base + reserved)

# For use with external or internal boots.
CONFIG_SYS_TEXT_BASE = 0x80e80000
CONFIG_SYS_TEXT_BASE = 0x80008000
6 changes: 6 additions & 0 deletions include/configs/omap3_sdp3430.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,12 @@
#define CONFIG_STACKSIZE_FIQ (4 << 10) /* FIQ stack */
#endif

#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
#define CONFIG_SYS_INIT_RAM_SIZE 0x800
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
CONFIG_SYS_INIT_RAM_SIZE - \
GENERATED_GBL_DATA_SIZE)
/*
* SDRAM Memory Map
*/
Expand Down

0 comments on commit 5ec789f

Please sign in to comment.