diff options
author | Stefan Roese <sr@denx.de> | 2019-05-03 08:42:18 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-05-09 07:34:44 +0200 |
commit | 8db9041d6384f538dac5112526fe6e44b24c6329 (patch) | |
tree | 2c3c01c1a6c17d09f5f17a0d3d36162155252bba | |
parent | 170aca203058fe93960e4f49f2b1d7cf7a9bc9dc (diff) |
arm: mvebu: db-88f6720: Enable CONFIG_BLK
This patch enables CONFIG_BLK to remove this compile warning:
===================== 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>
-rw-r--r-- | configs/db-88f6720_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/db-88f6720_defconfig b/configs/db-88f6720_defconfig index 25421407e2..c1a430cf3b 100644 --- a/configs/db-88f6720_defconfig +++ b/configs/db-88f6720_defconfig @@ -44,6 +44,7 @@ CONFIG_USE_ENV_SPI_MAX_HZ=y CONFIG_ENV_SPI_MAX_HZ=50000000 CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y +CONFIG_BLK=y CONFIG_MISC=y # CONFIG_MMC is not set CONFIG_SPI_FLASH=y |