mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 01:40:49 +01:00
configs: ipq9574: Update default load address
This patch updates the default load address CONFIG_SYS_LOAD_ADDR to 0x50000000. Earlier address could not accommodate the larger single image file, hence this update. Change-Id: I94b0324a7a65e53af1a2d839b8b7eafeb69c0eef Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com>
This commit is contained in:
parent
e2b3415a66
commit
a7e822260c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
#define CONFIG_SYS_TEXT_BASE 0x4A400000
|
||||
#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_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + (256 << 20))
|
||||
#define CONFIG_ROOTFS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + (32 << 20))
|
||||
|
||||
#define QCA_KERNEL_START_ADDR CONFIG_SYS_SDRAM_BASE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue