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/mx6sxsabreauto_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/mx6sxsabreauto_defconfig') diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig index a8144fe802..ebf0a9aacb 100644 --- a/configs/mx6sxsabreauto_defconfig +++ b/configs/mx6sxsabreauto_defconfig @@ -34,7 +34,6 @@ CONFIG_DM_GPIO=y CONFIG_DM_PCA953X=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y -# CONFIG_DM_MMC_OPS is not set CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_STMICRO=y -- cgit