Skip to content
Snippets Groups Projects
Commit 2f994fe6 authored by Otavio Salvador's avatar Otavio Salvador Committed by Stefano Babic
Browse files

mx6qsabre_common: Change default loadaddr to 0x12000000


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

Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
parent 589b1afd
No related branches found
No related tags found
Loading
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
#define CONFIG_BOOTDELAY 1 #define CONFIG_BOOTDELAY 1
#define CONFIG_LOADADDR 0x10800000 #define CONFIG_LOADADDR 0x12000000
#define CONFIG_SYS_TEXT_BASE 0x17800000 #define CONFIG_SYS_TEXT_BASE 0x17800000
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment