From: Abel Vesa Date: Fri, 1 Feb 2019 16:40:09 +0000 (+0000) Subject: configs: imx6sabreauto: Add DM_MMC support X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=90dcd0bc17c747fbccd8d3f01082d4b5dbbb840e;p=u-boot.git configs: imx6sabreauto: Add DM_MMC support Add DM_MMC config to imx6sabreauto defconfig. Signed-off-by: Abel Vesa Reviewed-by: Fabio Estevam --- diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index cc53b9372c..61d830c416 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -44,6 +44,7 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DFU_MMC=y CONFIG_DFU_SF=y +CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_NAND=y CONFIG_NAND_MXS=y