[U-Boot] [PATCH 2/6] ARM: highbank: change TEXT_BASE to 0x8000
Rob Herring
robherring2 at gmail.com
Thu Feb 2 03:57:53 CET 2012
From: Rob Herring <rob.herring at calxeda.com>
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 at calxeda.com>
---
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 5604733..e717273 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
--
1.7.5.4
More information about the U-Boot
mailing list