From: Stefan Roese Date: Mon, 11 Mar 2019 12:29:21 +0000 (+0100) Subject: arm: mvebu: theadorable_debug_defconfig: Enable CONFIG_BLK X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=de9c775f0dc468a18d5311100b87fea7b0d05b04;p=u-boot.git arm: mvebu: theadorable_debug_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 Cc: Simon Glass Cc: Tom Rini --- diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig index fb9307aaf5..3736aec537 100644 --- a/configs/theadorable_debug_defconfig +++ b/configs/theadorable_debug_defconfig @@ -51,6 +51,7 @@ CONFIG_ENV_SPI_MAX_HZ=50000000 CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_SATA_MV=y +CONFIG_BLK=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_RAM=y CONFIG_FPGA_ALTERA=y