Commit 2f994fe622dcb01a87d83eacee5df0b29f33d306

Authored by Otavio Salvador
Committed by Stefano Babic
1 parent 589b1afdb5

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>

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

include/configs/mx6qsabre_common.h
... ... @@ -78,7 +78,7 @@
78 78  
79 79 #define CONFIG_BOOTDELAY 1
80 80  
81   -#define CONFIG_LOADADDR 0x10800000
  81 +#define CONFIG_LOADADDR 0x12000000
82 82 #define CONFIG_SYS_TEXT_BASE 0x17800000
83 83  
84 84 #define CONFIG_EXTRA_ENV_SETTINGS \