From 2088747743a38f7d074aa034809874c1f17e218a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 29 Jul 2017 11:35:29 -0600 Subject: dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS Now that the driver supports it, move these boards over to use driver model fully for MMC. Signed-off-by: Simon Glass --- configs/imx6qdl_icore_rqs_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/imx6qdl_icore_rqs_defconfig') diff --git a/configs/imx6qdl_icore_rqs_defconfig b/configs/imx6qdl_icore_rqs_defconfig index 78128a0872..ba3ac1bbf9 100644 --- a/configs/imx6qdl_icore_rqs_defconfig +++ b/configs/imx6qdl_icore_rqs_defconfig @@ -36,7 +36,6 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_OF_LIST="imx6q-icore-rqs imx6dl-icore-rqs" # CONFIG_BLK is not set CONFIG_SYS_I2C_MXC=y -# CONFIG_DM_MMC_OPS is not set CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y CONFIG_FEC_MXC=y -- cgit