Fix compilation of Devkit8000 after introduction of ARM relocation support.
Signed-off-by: Thomas Weber <we...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot