Merge "qca: ipq807x: Fixing load address of u-boot" into eggplant

This commit is contained in:
Linux Build Service Account 2016-04-08 00:21:36 -07:00 committed by Gerrit - the friendly Code Review server
commit 852dbceb31

View file

@ -74,7 +74,7 @@
sizeof(CONFIG_SYS_PROMPT) + 16)
#define CONFIG_SYS_SDRAM_BASE 0x80000000
#define CONFIG_SYS_TEXT_BASE 0x87300000
#define CONFIG_SYS_TEXT_BASE 0x8f700000
#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))