Skip to content
Snippets Groups Projects
Commit c1bf2d97 authored by Ye Li's avatar Ye Li
Browse files

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: default avatarYe Li <ye.li@nxp.com>
parent 0c56b681
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -26,7 +26,6 @@
/* MMC Configs */
#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
#define CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT
#define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE
#define CONFIG_SUPPORT_EMMC_BOOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment