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 <[email protected]> Cc: Simon Glass <[email protected]> Cc: Tom Rini <[email protected]> --- configs/db-mv784mp-gp_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/db-mv784mp-gp_defconfig b/configs/db-mv784mp-gp_defconfig index b6c61c3a48..feea5d9f42 100644 --- a/configs/db-mv784mp-gp_defconfig +++ b/configs/db-mv784mp-gp_defconfig @@ -44,6 +44,7 @@ CONFIG_EFI_PARTITION=y CONFIG_DEFAULT_DEVICE_TREE="armada-xp-gp" CONFIG_SPL_OF_TRANSLATE=y CONFIG_SATA_MV=y +CONFIG_BLK=y # CONFIG_MMC is not set CONFIG_NAND=y CONFIG_NAND_PXA3XX=y -- 2.21.0 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

