[U-Boot] [PATCH] arm: mvebu: helios4: Enable CONFIG_BLK and CONFIG_DM_MMC

This patch enables CONFIG_BLK and CONFIG_DM_MMC on helios4 to remove these compile warnings:
===================== WARNING ====================== This board does not use CONFIG_DM_MMC. Please update the board to use CONFIG_DM_MMC before the v2019.04 release. Failure to update by the deadline may result in board removal. See doc/driver-model/MIGRATION.txt for more info. ==================================================== ===================== WARNING ====================== This board does not use CONFIG_DM_USB. Please update the board to use CONFIG_DM_USB before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/MIGRATION.txt for more info. ====================================================
Signed-off-by: Stefan Roese sr@denx.de Cc: Dennis Gilmore dgilmore@redhat.com --- configs/helios4_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/helios4_defconfig b/configs/helios4_defconfig index 62c2979a51..3b1737b385 100644 --- a/configs/helios4_defconfig +++ b/configs/helios4_defconfig @@ -44,6 +44,7 @@ CONFIG_DM_I2C=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_I2C_DEFAULT_BUS_NUMBER=0x1 CONFIG_SYS_I2C_MVTWSI=y +CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y CONFIG_MMC_SDHCI_MV=y

Reviewed-by: Dennis Gilmore dgilmore@redhat.com Tested-by: Dennis Gilmore dgilmore@redhat.com
On Mon, May 20, 2019 at 2:53 AM Stefan Roese sr@denx.de wrote:
This patch enables CONFIG_BLK and CONFIG_DM_MMC on helios4 to remove these compile warnings:
===================== WARNING ====================== This board does not use CONFIG_DM_MMC. Please update the board to use CONFIG_DM_MMC before the v2019.04 release. Failure to update by the deadline may result in board removal. See doc/driver-model/MIGRATION.txt for more info. ==================================================== ===================== WARNING ====================== This board does not use CONFIG_DM_USB. Please update the board to use CONFIG_DM_USB before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/MIGRATION.txt for more info. ====================================================
Signed-off-by: Stefan Roese sr@denx.de Cc: Dennis Gilmore dgilmore@redhat.com
configs/helios4_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/helios4_defconfig b/configs/helios4_defconfig index 62c2979a51..3b1737b385 100644 --- a/configs/helios4_defconfig +++ b/configs/helios4_defconfig @@ -44,6 +44,7 @@ CONFIG_DM_I2C=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_I2C_DEFAULT_BUS_NUMBER=0x1 CONFIG_SYS_I2C_MVTWSI=y +CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y CONFIG_MMC_SDHCI_MV=y -- 2.21.0
participants (2)
-
Dennis Gilmore
-
Stefan Roese