]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx6qsabre_common: Change default loadaddr to 0x12000000
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 21 Dec 2012 06:59:07 +0000 (06:59 +0000)
committerStefano Babic <sbabic@denx.de>
Wed, 26 Dec 2012 11:13:56 +0000 (12:13 +0100)
This allow use of mainline and Freescale BSP Linux kernel with same
environment.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/mx6qsabre_common.h

index 0f226f790ec0ba32e7553bd7d92090c08aa6bf70..9a254808b9a755693fd143be95245944a564a993 100644 (file)
@@ -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 \