From e6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 5 Apr 2017 16:23:38 -0600 Subject: dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC Convert the bcm2835 SDHCI driver over to support CONFIG_DM_MMC and move all boards over. There is no need to keep the old code since there are no other users. Reviewed-by: Jaehoon Chung Signed-off-by: Simon Glass --- configs/rpi_3_32b_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/rpi_3_32b_defconfig') diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index 306d54f..ab58045 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -15,6 +15,7 @@ CONFIG_CMD_USB=y # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y CONFIG_OF_EMBED=y +CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y CONFIG_DM_ETH=y -- cgit v1.1