diff options
author | York Sun <yorksun@freescale.com> | 2014-09-08 12:20:02 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-09-25 08:36:19 -0700 |
commit | 8aeb893a8ed97bac679149386cec53b275be3715 (patch) | |
tree | f7d260a9ea51ee2f75cf9faedad82c0acc9a267d | |
parent | 8bfa301b0a30f57888d2117767b23f168760bc40 (diff) | |
download | u-boot-imx-8aeb893a8ed97bac679149386cec53b275be3715.zip u-boot-imx-8aeb893a8ed97bac679149386cec53b275be3715.tar.gz u-boot-imx-8aeb893a8ed97bac679149386cec53b275be3715.tar.bz2 |
ARMv8/ls2085a: Move u-boot location to make room for RCW
When booting with SP, RCW resides at the beginning of IFC NOR flash.
Signed-off-by: York Sun <yorksun@freescale.com>
-rw-r--r-- | include/configs/ls2085a_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index 1455f88..a72e1f3 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 #ifdef CONFIG_EMU #define CONFIG_SYS_NO_FLASH |