mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-19 00:44:44 -04:00
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> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
ac657c42af
commit
6a1e58eb6a
@ -30,4 +30,4 @@
|
|||||||
# (mem base + reserved)
|
# (mem base + reserved)
|
||||||
|
|
||||||
# For use with external or internal boots.
|
# For use with external or internal boots.
|
||||||
CONFIG_SYS_TEXT_BASE = 0x80e80000
|
CONFIG_SYS_TEXT_BASE = 0x80008000
|
||||||
|
@ -344,6 +344,12 @@ extern unsigned int boot_flash_sec;
|
|||||||
extern unsigned int boot_flash_type;
|
extern unsigned int boot_flash_type;
|
||||||
#endif
|
#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
|
* SMSC9115 Ethernet from SMSC9118 family
|
||||||
*----------------------------------------------------------------------------
|
*----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user