summaryrefslogtreecommitdiff
path: root/board/warp
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-11-08 14:17:22 +0800
committerYe Li <ye.li@nxp.com>2016-11-08 14:17:22 +0800
commitc1bf2d975be66597f8fc25c9eef0f02bda3c5050 (patch)
tree63ad5bf7f834b7734c6bb24befc904de0c65d430 /board/warp
parent0c56b6814333f2ac1c2462d8a1aed8df07ad403d (diff)
downloadu-boot-imx-c1bf2d975be66597f8fc25c9eef0f02bda3c5050.zip
u-boot-imx-c1bf2d975be66597f8fc25c9eef0f02bda3c5050.tar.gz
u-boot-imx-c1bf2d975be66597f8fc25c9eef0f02bda3c5050.tar.bz2
MLK-13440-4 warp: Replace CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by using vs18_enable parameter
Change to use the new way to set the vs18_enable field to 1 for fixed 1.8v I/O eMMC. Don't use CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT any longer. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/warp')
-rw-r--r--board/warp/warp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/warp/warp.c b/board/warp/warp.c
index 49dfdb6..2c163ab 100644
--- a/board/warp/warp.c
+++ b/board/warp/warp.c
@@ -62,7 +62,7 @@ static void setup_iomux_uart(void)
}
static struct fsl_esdhc_cfg usdhc_cfg[1] = {
- {USDHC2_BASE_ADDR},
+ {USDHC2_BASE_ADDR, 0, 8, 0, 1}, /* fixed 1.8v IO voltage for eMMC chip */
};
int board_mmc_getcd(struct mmc *mmc)