mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ipq6018: Fixing memory layout changes
Change-Id: I508f0dda8433f941ba4ef0f26fc28e2843d69f14 Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
e4e462e794
commit
c2a428a73a
1 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@
|
|||
#define GPIO_IN_OUT_ADDR(x) (TLMM_BASE + 0x4 + (x)*0x1000)
|
||||
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x40000000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x48700000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x4A100000
|
||||
#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))
|
||||
|
|
@ -99,10 +99,10 @@
|
|||
#define CONFIG_OF_COMBINE 1
|
||||
|
||||
#define CONFIG_SMEM_VERSION_C
|
||||
#define CONFIG_QCA_SMEM_BASE 0x48C00000
|
||||
#define CONFIG_QCA_SMEM_BASE 0x4AA00000
|
||||
#define CONFIG_QCA_SMEM_SIZE 0x100000
|
||||
|
||||
#define CONFIG_IPQ_FDT_HIGH 0x48700000
|
||||
#define CONFIG_IPQ_FDT_HIGH 0x48500000
|
||||
#define CONFIG_IPQ_NO_MACS 6
|
||||
#define CONFIG_ENV_IS_IN_SPI_FLASH 1
|
||||
#define CONFIG_ENV_SECT_SIZE (64 * 1024)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue