[U-Boot] [PATCH] Devkit8000: Adapt changes to ARM relocation support

Thomas Weber weber at corscience.de
Mon Oct 18 15:38:15 CEST 2010


Fix compilation of Devkit8000 after introduction of
ARM relocation support.

Signed-off-by: Thomas Weber <weber at corscience.de>
---
 board/timll/devkit8000/config.mk |    2 +-
 include/configs/devkit8000.h     |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/board/timll/devkit8000/config.mk b/board/timll/devkit8000/config.mk
index 6bfcef7..7f7b0ea 100644
--- a/board/timll/devkit8000/config.mk
+++ b/board/timll/devkit8000/config.mk
@@ -32,4 +32,4 @@
 # (mem base + reserved)
 
 # For use with external or internal boots.
-TEXT_BASE = 0x80e80000
+TEXT_BASE = 0x80008000
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 2815771..bde8b0f 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -306,4 +306,7 @@ extern unsigned int boot_flash_sec;
 extern unsigned int boot_flash_type;
 #endif
 
+#define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR        (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)
+
 #endif /* __CONFIG_H */
-- 
1.7.3.1



More information about the U-Boot mailing list