Merge "ipq6018: fixing u-boot start address"

This commit is contained in:
Linux Build Service Account 2019-01-20 09:34:45 -08:00 committed by Gerrit - the friendly Code Review server
commit 35beed23e7

View file

@ -84,7 +84,7 @@
#define GPIO_IN_OUT_ADDR(x) (TLMM_BASE + 0x4 + (x)*0x1000)
#define CONFIG_SYS_SDRAM_BASE 0x40000000
#define CONFIG_SYS_TEXT_BASE 0x4A900000
#define CONFIG_SYS_TEXT_BASE 0x48700000
#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))