diff mbox

[U-Boot,v2,1/3] am43xx: Update CONFIG_SPL_TEXT_BASE

Message ID 1434466419-17439-2-git-send-email-mugunthanvnm@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N June 16, 2015, 2:53 p.m. UTC
From: Tom Rini <trini@konsulko.com>

With 1.2 silicon this is now the documented starting usable point for
downloading images to (and corrects a problem with peripheral booting
with prior silicon).  Prior silicon is OK using this address as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 include/configs/am43xx_evm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini June 19, 2015, 8:25 p.m. UTC | #1
On Tue, Jun 16, 2015 at 08:23:37PM +0530, Mugunthan V N wrote:

> From: Tom Rini <trini@konsulko.com>
> 
> With 1.2 silicon this is now the documented starting usable point for
> downloading images to (and corrects a problem with peripheral booting
> with prior silicon).  Prior silicon is OK using this address as well.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 9d65111..ade7151 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -42,7 +42,7 @@ 
 #define CONFIG_POWER_TPS62362
 
 /* SPL defines. */
-#define CONFIG_SPL_TEXT_BASE		0x40300350
+#define CONFIG_SPL_TEXT_BASE		0x402F4000
 #define CONFIG_SPL_MAX_SIZE		(220 << 10)	/* 220KB */
 #define CONFIG_SYS_SPL_ARGS_ADDR	(CONFIG_SYS_SDRAM_BASE + \
 					 (128 << 20))