diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-09 17:04:22 -0600 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2012-02-07 17:03:51 -0800 |
commit | 575f67e5dc76af2ec520e74d3eb1b5b262042d0f (patch) | |
tree | d386b7e5b0047a27e10059881d513f240299199f | |
parent | c81d1b4678cd09f700ec8ea97477f105fa4ef16e (diff) | |
download | u-boot-linaro-stable-575f67e5dc76af2ec520e74d3eb1b5b262042d0f.tar.gz |
ARM: highbank: change TEXT_BASE to 0x8000
Make some space at the beginning of RAM so the FDT can be loaded to a
fixed address.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r-- | include/configs/highbank.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h index aa848d71b..99fab5732 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -126,7 +126,7 @@ #define CONFIG_ENV_ADDR CONFIG_SYS_NVRAM_BASE_ADDR /* Env */ #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 |