arm: mvebu: db-88f6820-gp: Enable BLK and DM support
authorStefan Roese <sr@denx.de>
Fri, 3 May 2019 06:42:19 +0000 (08:42 +0200)
committerStefan Roese <sr@denx.de>
Thu, 9 May 2019 05:34:50 +0000 (07:34 +0200)
commitae436eeb91f61ed687507ebfc8e2afa2574db36a
treeb48115c25532c023592eed1b88ae4a0135706ec0
parent8db9041d6384f538dac5112526fe6e44b24c6329
arm: mvebu: db-88f6820-gp: Enable BLK and DM support

This patch enables CONFIG_BLK and some DM enabled drivers on
db-88f6820-gp 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.
====================================================
===================== WARNING ======================
This board does use CONFIG_LIBATA but has CONFIG_AHCI not
enabled. Please update the storage controller driver to use
CONFIG_AHCI 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>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
configs/db-88f6820-gp_defconfig