diff options
author | Stefan Roese <sr@denx.de> | 2019-03-27 14:31:36 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-04-12 07:04:18 +0200 |
commit | 699a5d3c9da26bca83e6cf1e4832ac2b65a68e9b (patch) | |
tree | 749d12e888f23fc6d03a1eb34172ed4098edcad1 /configs/ds414_defconfig | |
parent | c1d81f6f012349cfe204932b82e771cbbd3d91ff (diff) | |
download | u-boot-699a5d3c9da26bca83e6cf1e4832ac2b65a68e9b.tar.gz u-boot-699a5d3c9da26bca83e6cf1e4832ac2b65a68e9b.tar.bz2 u-boot-699a5d3c9da26bca83e6cf1e4832ac2b65a68e9b.zip |
arm: mvebu: ds412: Enable CONFIG_BLK
This patch enables CONFIG_BLK for the ds414 Armada XP based platform.
This removes this build 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.
====================================================
Please note that I don't have this board and can't test this change.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'configs/ds414_defconfig')
-rw-r--r-- | configs/ds414_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig index 62cad53888..9e936494b2 100644 --- a/configs/ds414_defconfig +++ b/configs/ds414_defconfig @@ -43,6 +43,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_MMC is not set CONFIG_MTD_DEVICE=y CONFIG_SPI_FLASH=y |