summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>2014-01-09 01:48:15 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-01-10 15:18:33 +0100
commit0f5c215650625f4533c0456f60638aeab1801b3e (patch)
tree01953df749085d74300e5c50fc6f0c5a4d3264fb
parent86737bcf07e595e78620d29b429ad9e994a32659 (diff)
downloadblackbird-obmc-uboot-0f5c215650625f4533c0456f60638aeab1801b3e.tar.gz
blackbird-obmc-uboot-0f5c215650625f4533c0456f60638aeab1801b3e.zip
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 <jaganna@xilinx.com>
-rw-r--r--include/configs/zynq-common.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud