[U-Boot] [PATCH 5/9] mx6qsabre_common: Change default loadaddr to 0x12000000

Otavio Salvador otavio at ossystems.com.br
Fri Dec 21 17:59:07 CET 2012


This allow use of mainline and Freescale BSP Linux kernel with same
environment.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 include/configs/mx6qsabre_common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index 0f226f7..9a25480 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/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 \
-- 
1.7.10.4



More information about the U-Boot mailing list