From: Peng Fan <Peng.Fan@freescale.com>
Date: Mon, 20 Jul 2015 11:28:32 +0000 (+0800)
Subject: mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL
X-Git-Tag: v2025.01-rc5-pxa1908~12416^2~4
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=94bd1d143056c1a68d118d151bd54c73828abca1;p=u-boot.git

mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL

DRAM space starts from 0x80000000 for i.MX6UL, so need to
fix LOADADDR, SYS_TEXT_BASE.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
---

diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index ce43bd71cb..ef4cb68e8d 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -54,7 +54,7 @@
 #define CONFIG_REVISION_TAG
 
 /* Boot options */
-#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL))
+#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || defined(CONFIG_MX6UL))
 #define CONFIG_LOADADDR		0x82000000
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0x87800000