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

mx53loco: Change default loadaddr to 0x72000000


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

Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
parent aef8af6a
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@
#define CONFIG_ETHPRIME "FEC0"
#define CONFIG_LOADADDR 0x70800000 /* loadaddr env var */
#define CONFIG_LOADADDR 0x72000000 /* loadaddr env var */
#define CONFIG_SYS_TEXT_BASE 0x77800000
#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