[U-Boot] [PATCH 2/2] configs: turris_omnia: use MMC driver model

Stefan Roese sr at denx.de
Thu Apr 11 09:26:42 UTC 2019


On 11.04.19 04:56, Pierre Bourdon wrote:
> 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
> 

With the new DM enabled MMC driver (thanks again), we should probably
better select DM_MMC in arch/arm/Kconfig for ARCH_MVEBU. This way, all
those boards will get moved to the new driver version.

What do you think?

Thanks,
Stefan


More information about the U-Boot mailing list