From 1a3b94d78b3b9760a8b8ffb311c5f1941991a7ba Mon Sep 17 00:00:00 2001 From: Gokul Sriram Palanisamy Date: Mon, 12 Jun 2017 16:51:27 +0530 Subject: [PATCH] ARM: ipq8074: Updated u-boot text base address Change-Id: I2c226a2e1c748d59189bdcfc7bc6c98afe874c7f Signed-off-by: Gokul Sriram Palanisamy --- include/configs/ipq807x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ipq807x.h b/include/configs/ipq807x.h index ffc7322e7f..b031e80258 100644 --- a/include/configs/ipq807x.h +++ b/include/configs/ipq807x.h @@ -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 0x4A600000 +#define CONFIG_SYS_TEXT_BASE 0x4A900000 #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))