mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM: highbank: change TEXT_BASE to 0x8000
Make some space at the beginning of RAM so the FDT can be loaded to a known fixed address at 0x1000. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
parent
ceb2071c6b
commit
7b81649a05
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
#define CONFIG_ENV_IS_NOWHERE
|
||||
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x00000000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x00001000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x00008000
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x01000000
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
|
||||
|
|
Loading…
Reference in a new issue