diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-12-21 06:59:05 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-12-26 12:08:28 +0100 |
commit | fe51f787149eda05cc68ba3616f91bbaf98f0955 (patch) | |
tree | eab4468d833e401c3d70e942e6c3614122b54795 /include/configs | |
parent | aef8af6a3dbd95d77b35a23004b6256dc70fb78f (diff) | |
download | u-boot-imx-fe51f787149eda05cc68ba3616f91bbaf98f0955.zip u-boot-imx-fe51f787149eda05cc68ba3616f91bbaf98f0955.tar.gz u-boot-imx-fe51f787149eda05cc68ba3616f91bbaf98f0955.tar.bz2 |
mx53loco: Change default loadaddr to 0x72000000
This allow use of mainline and Freescale BSP Linux kernel with same
environment.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx53loco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 5f8f52e..4cfdc0b 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -112,7 +112,7 @@ #define CONFIG_ETHPRIME "FEC0" -#define CONFIG_LOADADDR 0x70800000 /* loadaddr env var */ +#define CONFIG_LOADADDR 0x72000000 /* loadaddr env var */ #define CONFIG_SYS_TEXT_BASE 0x77800000 #define CONFIG_EXTRA_ENV_SETTINGS \ |