diff options
author | Stefan Roese <sr@denx.de> | 2019-03-11 13:29:22 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-04-12 07:04:18 +0200 |
commit | ef13016573d1efb8e92401371d7e8af1af14b5bc (patch) | |
tree | f9cbcfe71a0574ce7f5bf05fe6d38d250360dfe2 /configs/db-mv784mp-gp_defconfig | |
parent | de9c775f0dc468a18d5311100b87fea7b0d05b04 (diff) |
arm: mvebu: db-mv784mp-gp_defconfig: Enable CONFIG_BLK
This patch enables CONFIG_BLK as this is now possible with the recent
DM conversion of the Armada XP SATA driver.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/db-mv784mp-gp_defconfig')
-rw-r--r-- | configs/db-mv784mp-gp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/db-mv784mp-gp_defconfig b/configs/db-mv784mp-gp_defconfig index 98e47ee956..078bd23050 100644 --- a/configs/db-mv784mp-gp_defconfig +++ b/configs/db-mv784mp-gp_defconfig @@ -46,6 +46,7 @@ CONFIG_USE_ENV_SPI_MAX_HZ=y CONFIG_ENV_SPI_MAX_HZ=50000000 CONFIG_SPL_OF_TRANSLATE=y CONFIG_SATA_MV=y +CONFIG_BLK=y # CONFIG_MMC is not set CONFIG_NAND=y CONFIG_NAND_PXA3XX=y |