mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-04 16:34:14 +01:00
configs: ipq5332: update system load address
updated load addr from 0x44000000 to 0x50000000 Note: In tiny build load add remains same as 0x44000000 Change-Id: Ic0665b59f00878c73b160cfe2b3b9d37adeb586d Signed-off-by: Gurumoorthy Santhakumar <quic_gsanthak@quicinc.com>
This commit is contained in:
parent
61997a01de
commit
82862268a0
1 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#define CONFIG_IPQ_NO_RELOC
|
||||
|
||||
#ifndef CONFIG_IPQ_TINY
|
||||
#define CONFIG_SYS_NONCACHED_MEMORY (1 << 20)
|
||||
#define CONFIG_SYS_NONCACHED_MEMORY (1 << 20)
|
||||
#endif /* CONFIG_IPQ_TINY */
|
||||
|
||||
#define CONFIG_SYS_VSNPRINTF
|
||||
|
|
@ -104,12 +104,13 @@
|
|||
#define CONFIG_SYS_SDRAM_BASE 0x40000000
|
||||
#ifdef CONFIG_IPQ_TINY
|
||||
#define CONFIG_SYS_TEXT_BASE 0x4A450000
|
||||
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + (64 << 20))
|
||||
#else
|
||||
#define CONFIG_SYS_TEXT_BASE 0x4A400000
|
||||
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + (256 << 20))
|
||||
#endif
|
||||
#define CONFIG_SYS_SDRAM_SIZE 0x10000000
|
||||
#define CONFIG_MAX_RAM_BANK_SIZE CONFIG_SYS_SDRAM_SIZE
|
||||
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + (64 << 20))
|
||||
#define CONFIG_ROOTFS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + (16 << 20))
|
||||
|
||||
#define QCA_KERNEL_START_ADDR CONFIG_SYS_SDRAM_BASE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue