summaryrefslogtreecommitdiffstats
path: root/include/configs/imx6_spl.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-07-20 19:28:34 +0800
committerStefano Babic <sbabic@denx.de>2015-08-02 11:05:09 +0200
commit6f4b65eda919a81a02e6acb769060bb8fb121d89 (patch)
tree4f852d5748dfb62eaf8d7fd5e165e72316cf46ca /include/configs/imx6_spl.h
parenta462c346025167ce781dd379e55e4058ecab36b3 (diff)
downloadtalos-obmc-uboot-6f4b65eda919a81a02e6acb769060bb8fb121d89.tar.gz
talos-obmc-uboot-6f4b65eda919a81a02e6acb769060bb8fb121d89.zip
imx: imx6_spl add mx6ul support
i.MX6UL's DRAM space starts from 0x80000000, same to i.MX6SX, so use same address with i.MX6SX. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/imx6_spl.h')
-rw-r--r--include/configs/imx6_spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h
index 21c5dce097..0a585b700b 100644
--- a/include/configs/imx6_spl.h
+++ b/include/configs/imx6_spl.h
@@ -61,7 +61,7 @@
#define CONFIG_SPL_LIBDISK_SUPPORT
#endif
-#if defined(CONFIG_MX6SX)
+#if defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL)
#define CONFIG_SPL_BSS_START_ADDR 0x88200000
#define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */
#define CONFIG_SYS_SPL_MALLOC_START 0x88300000
OpenPOWER on IntegriCloud