mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: qca: ipq8074: Updated u-boot load address to 0x4A600000
Updated CONFIG_SYS_TEXT_BASE to 0x4A600000 Change-Id: Ifa8ff8e50db5d602e64b21c96964e41053bd50b1 Signed-off-by: Gokul Sriram Palanisamy <gpalan@codeaurora.org>
This commit is contained in:
parent
73ded92b32
commit
80391fae04
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
#define GPIO_IN_OUT_ADDR(x) (TLMM_BASE + 0x4 + (x)*0x1000)
|
||||
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x40000000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x4AD00000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x4A600000
|
||||
#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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue