Explorar o código

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>
Otavio Salvador %!s(int64=12) %!d(string=hai) anos
pai
achega
2f994fe622
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/configs/mx6qsabre_common.h

+ 1 - 1
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 \