[U-Boot] [PATCH v3 14/29] zynq-common: Define exact TEXT_BASE

19 Dec
2013
19 Dec
'13
7:09 p.m.
Defined TEXT_BASE for u-boot starts from 0x4000000 w.r.t zynq memory-map.
Signed-off-by: Jagannadha Sutradharudu Teki jaganna@xilinx.com --- V3: none V2: none
include/configs/zynq-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 0645075..de353b1 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -124,7 +124,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
--
1.8.3
4158
Age (days ago)
4158
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jagannadha Sutradharudu Teki