arm: mvebu: helios4: Enable CONFIG_BLK and CONFIG_DM_MMC
authorStefan Roese <sr@denx.de>
Mon, 20 May 2019 07:53:31 +0000 (09:53 +0200)
committerStefan Roese <sr@denx.de>
Mon, 27 May 2019 11:30:58 +0000 (13:30 +0200)
commite7d4f4552510424392879b3e0c4acf462286bda2
tree120eff12ce49438882d499cf8c2a7696f19d915e
parent344a0e4367d0820b8eb2ea4a90132433e038095f
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