summaryrefslogtreecommitdiff
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-12-11 11:24:32 (GMT)
committerStefano Babic <sbabic@denx.de>2016-12-16 10:38:24 (GMT)
commit0114011986547af14a9c4141e058c5ce30424f88 (patch)
tree00ddb825d1925b14a3839c7d687f679970f6d9f1 /include/configs/mx6_common.h
parent2cc021697b2eebca161b0f18e4acf3f5a2d209d9 (diff)
downloadu-boot-0114011986547af14a9c4141e058c5ce30424f88.tar.xz
mx6_common: correct loadaddr and text base for i.MX6SLL
Correct loadaddr and text base for i.MX6SLL Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index d28654b..e79ec21 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -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