mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
86737bcf07
commit
0f5c215650
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue