From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Bourdon Date: Thu, 11 Apr 2019 04:56:59 +0200 Subject: [U-Boot] [PATCH 2/2] configs: turris_omnia: use MMC driver model In-Reply-To: <20190411025659.1780-1-delroth@gmail.com> References: <20190411025659.1780-1-delroth@gmail.com> Message-ID: <20190411025659.1780-2-delroth@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable DM_MMC for compliance with the driver model migration. Signed-off-by: Pierre Bourdon Cc: Marek Behun --- 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