From: Jagannadha Sutradharudu Teki Date: Wed, 8 Jan 2014 20:18:15 +0000 (+0530) Subject: zynq-common: Define exact TEXT_BASE X-Git-Tag: v2014.01-rc3~9^2~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0f5c215650625f4533c0456f60638aeab1801b3e;p=u-boot zynq-common: Define exact TEXT_BASE Defined TEXT_BASE for u-boot starts from 0x4000000 w.r.t zynq memory-map. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index bb9e3374a0..e5b1e1d759 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -121,7 +121,7 @@ sizeof(CONFIG_SYS_PROMPT) + 16) /* Physical Memory map */ -#define CONFIG_SYS_TEXT_BASE 0 +#define CONFIG_SYS_TEXT_BASE 0x4000000 #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_SDRAM_BASE 0