diff mbox

[U-Boot,v2,5/5] ARMv8/ls2085a: Move u-boot location to make room for RCW

Message ID 1408480082-4617-5-git-send-email-yorksun@freescale.com
State Superseded
Delegated to: York Sun
Headers show

Commit Message

York Sun Aug. 19, 2014, 8:28 p.m. UTC
When booting with SP, RCW resides at the beginning of IFC NOR flash.

Signed-off-by: York Sun <yorksun@freescale.com>
---
Change log
 v2: no change

 include/configs/ls2085a_common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 4c258ca..83c3d62 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -15,7 +15,7 @@ 
 #define CONFIG_GICV3
 
 /* Link Definitions */
-#define CONFIG_SYS_TEXT_BASE		0x30000000
+#define CONFIG_SYS_TEXT_BASE		0x30001000
 
 #define CONFIG_SYS_NO_FLASH