summaryrefslogtreecommitdiffstats
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-02-01 16:57:53 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-03-28 23:31:12 +0200
commit7b81649a053826dc31804d3260a44ff599a9542a (patch)
treef0fbc4696339c2d0b216acb158ad962ed6b1cf1f /include/configs/highbank.h
parentceb2071c6bdb9b0f6cfe9b0adecbe8d657be496e (diff)
downloadblackbird-obmc-uboot-7b81649a053826dc31804d3260a44ff599a9542a.tar.gz
blackbird-obmc-uboot-7b81649a053826dc31804d3260a44ff599a9542a.zip
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>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index 5604733036..e717273491 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -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
OpenPOWER on IntegriCloud