diff options
| author | Stefan Roese <[email protected]> | 2019-03-11 13:29:22 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2019-04-12 07:04:18 +0200 |
| commit | ef13016573d1efb8e92401371d7e8af1af14b5bc (patch) | |
| tree | f9cbcfe71a0574ce7f5bf05fe6d38d250360dfe2 | |
| 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 <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
| -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 98e47ee9563..078bd230504 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 |
