diff mbox series

[U-Boot,3/4] arm: mvebu: db-mv784mp-gp_defconfig: Enable CONFIG_BLK

Message ID 20190311122923.4456-3-sr@denx.de
State Awaiting Upstream
Delegated to: Stefan Roese
Headers show
Series [U-Boot,1/4] sata: sata_mv: Add DM support to enable CONFIG_BLK usage | expand

Commit Message

Stefan Roese March 11, 2019, 12:29 p.m. UTC
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>
---
 configs/db-mv784mp-gp_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Roese April 11, 2019, 12:01 p.m. UTC | #1
On 11.03.19 13:29, Stefan Roese wrote:
> 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>

Applied to u-boot-marvell/master.

Thanks,
Stefan
diff mbox series

Patch

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