diff options
author | Ye Li <ye.li@nxp.com> | 2016-11-08 14:17:22 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-03-14 21:27:09 +0800 |
commit | 2884a8cd4ade3c1f698fb3024ed0691f7837b75c (patch) | |
tree | 587c3dc7442ddbad5f9026cf2a7708820058202e /include/configs | |
parent | d0366265f09c86ce9801363d0fc74fda76696329 (diff) | |
download | u-boot-imx-2884a8cd4ade3c1f698fb3024ed0691f7837b75c.zip u-boot-imx-2884a8cd4ade3c1f698fb3024ed0691f7837b75c.tar.gz u-boot-imx-2884a8cd4ade3c1f698fb3024ed0691f7837b75c.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>
(cherry picked from commit c1bf2d975be66597f8fc25c9eef0f02bda3c5050)
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/warp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h index 865f2ac..1f7ae65 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -23,7 +23,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 |