Commit 589b1afdb5d63d0b0d8dfca57061dd24a66885b3

Authored by Otavio Salvador
Committed by Stefano Babic
1 parent fe51f78714

mx6qsabrelite: 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/mx6qsabrelite.h
... ... @@ -148,7 +148,7 @@
148 148  
149 149 #define CONFIG_PREBOOT ""
150 150  
151   -#define CONFIG_LOADADDR 0x10800000
  151 +#define CONFIG_LOADADDR 0x12000000
152 152 #define CONFIG_SYS_TEXT_BASE 0x17800000
153 153  
154 154 #define CONFIG_EXTRA_ENV_SETTINGS \