summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-07-20 19:28:32 +0800
committerStefano Babic <sbabic@denx.de>2015-08-02 11:05:08 +0200
commit94bd1d143056c1a68d118d151bd54c73828abca1 (patch)
tree7db026b50ef3a3c03dba07a2c8b801a1f1015150 /include
parentf2753b06813f1debdb9d13c895d4f15acb8f2769 (diff)
downloadtalos-obmc-uboot-94bd1d143056c1a68d118d151bd54c73828abca1.tar.gz
talos-obmc-uboot-94bd1d143056c1a68d118d151bd54c73828abca1.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6_common.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud