diff options
| -rw-r--r-- | include/configs/zynq-common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index bb9e3374a..e5b1e1d75 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 |