Skip to content
Snippets Groups Projects
Commit 01140119 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

mx6_common: correct loadaddr and text base for i.MX6SLL


Correct loadaddr and text base for i.MX6SLL

Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
parent 2cc02169
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@
#define CONFIG_REVISION_TAG
/* Boot options */
#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || defined(CONFIG_MX6UL))
#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || \
defined(CONFIG_MX6UL) || defined(CONFIG_MX6SLL))
#define CONFIG_LOADADDR 0x82000000
#ifndef CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_TEXT_BASE 0x87800000
......
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