Commit fe51f787149eda05cc68ba3616f91bbaf98f0955

Authored by Otavio Salvador
Committed by Stefano Babic
1 parent aef8af6a3d

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/mx53loco.h
... ... @@ -112,7 +112,7 @@
112 112  
113 113 #define CONFIG_ETHPRIME "FEC0"
114 114  
115   -#define CONFIG_LOADADDR 0x70800000 /* loadaddr env var */
  115 +#define CONFIG_LOADADDR 0x72000000 /* loadaddr env var */
116 116 #define CONFIG_SYS_TEXT_BASE 0x77800000
117 117  
118 118 #define CONFIG_EXTRA_ENV_SETTINGS \