diff --git a/include/configs/ipq807x.h b/include/configs/ipq807x.h index 46dd66c720..6c8f29ffb5 100644 --- a/include/configs/ipq807x.h +++ b/include/configs/ipq807x.h @@ -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))