diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-12-21 06:59:07 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-12-26 12:13:56 +0100 |
commit | 2f994fe622dcb01a87d83eacee5df0b29f33d306 (patch) | |
tree | ade99df210df00eb685d9b2cad7817fdb1d37e3d | |
parent | 589b1afdb5d63d0b0d8dfca57061dd24a66885b3 (diff) | |
download | u-boot-imx-2f994fe622dcb01a87d83eacee5df0b29f33d306.zip u-boot-imx-2f994fe622dcb01a87d83eacee5df0b29f33d306.tar.gz u-boot-imx-2f994fe622dcb01a87d83eacee5df0b29f33d306.tar.bz2 |
mx6qsabre_common: Change default loadaddr to 0x12000000
This allow use of mainline and Freescale BSP Linux kernel with same
environment.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | include/configs/mx6qsabre_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 0f226f7..9a25480 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -78,7 +78,7 @@ #define CONFIG_BOOTDELAY 1 -#define CONFIG_LOADADDR 0x10800000 +#define CONFIG_LOADADDR 0x12000000 #define CONFIG_SYS_TEXT_BASE 0x17800000 #define CONFIG_EXTRA_ENV_SETTINGS \ |