summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sxsabresd.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2014-09-15 14:59:16 +0800
committerStefano Babic <sbabic@denx.de>2014-09-16 13:33:46 +0200
commit152adee1b6174611903b81fa8d3b9797d70b0ca1 (patch)
tree5f552b1ba8e09d2d56a5ec12dbe9b6b860c09e90 /include/configs/mx6sxsabresd.h
parentd6d07a9bec3bc30a58c45f8e6343c92dfef96fee (diff)
downloadtalos-obmc-uboot-152adee1b6174611903b81fa8d3b9797d70b0ca1.tar.gz
talos-obmc-uboot-152adee1b6174611903b81fa8d3b9797d70b0ca1.zip
imx:mx6sxsabresd: change CONFIG_SYS_FSL_ESDHC_ADDR
Define CONFIG_SYS_FSL_ESDHC_ADDR using USDHC4_BASE_ADDR which is used in board_mmc_init. If board_mmc_init failed, cpu_mmc_init->fsl_esdhc_mmc_init will use CONFIG_SYS_FSL_ESDHC_ADDR to initialize sdhc. So set this macro to correct value. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/mx6sxsabresd.h')
-rw-r--r--include/configs/mx6sxsabresd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index b92d9443d4..fd74c6980d 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -159,7 +159,7 @@
/* MMC Configuration */
#define CONFIG_FSL_ESDHC
#define CONFIG_FSL_USDHC
-#define CONFIG_SYS_FSL_ESDHC_ADDR 0
+#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC4_BASE_ADDR
#define CONFIG_MMC
#define CONFIG_CMD_MMC
OpenPOWER on IntegriCloud