From: Tom Rini Date: Mon, 25 May 2020 18:30:36 +0000 (-0400) Subject: ti816x_evm: Enable DM_MMC X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=9ccd840cca6dce435138fdecaf302eb197d3971e;p=u-boot.git ti816x_evm: Enable DM_MMC This platform is already using DM in general and the MMC controller is the early generation of what is compatible with "ti,omap4-hsmmc" so enable DM_MMC (which in turn gets BLK enabled). Signed-off-by: Tom Rini --- diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig index 98322b8008..453b88f910 100644 --- a/configs/ti816x_evm_defconfig +++ b/configs/ti816x_evm_defconfig @@ -49,6 +49,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_OMAP24XX=y +CONFIG_DM_MMC=y CONFIG_MMC_OMAP_HS=y CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y