[U-Boot] [PATCH 2/2] configs: turris_omnia: use MMC driver model
Pierre Bourdon
delroth at gmail.com
Thu Apr 11 02:56:59 UTC 2019
Enable DM_MMC for compliance with the driver model migration.
Signed-off-by: Pierre Bourdon <delroth at gmail.com>
Cc: Marek Behun <marek.behun at nic.cz>
---
configs/turris_omnia_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index c406b25753..fd9dc5a61b 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -42,6 +42,7 @@ CONFIG_SCSI_AHCI=y
CONFIG_ATSHA204A=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_MV=y
+CONFIG_DM_MMC=y
CONFIG_SPI_FLASH=y
CONFIG_PHY_MARVELL=y
CONFIG_PHY_GIGE=y
--
2.19.2
More information about the U-Boot
mailing list