From: Oleksandr Suvorov Date: Wed, 23 Aug 2023 15:45:45 +0000 (+0300) Subject: mmc: spl: select SPL_BLK for SPL_DM_MMC X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=9b8ebd3aec40b35c57973682e5c2df62279417c2;p=u-boot.git mmc: spl: select SPL_BLK for SPL_DM_MMC mmc_bind() in mmc-uclass.c calls blk_create_devicef() which is defined in blk-uclass.c, so SPL_BLK is required by SPL_DM_MMC. Implicitly select SPL_BLK for SPL_DM_MMC. Signed-off-by: Oleksandr Suvorov Reviewed-by: Tom Rini Reviewed-by: Jaehoon Chung --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 726c8d8f70..17618c3bdc 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -46,6 +46,7 @@ config SPL_DM_MMC depends on SPL_DM && DM_MMC default n if ARCH_MVEBU && !MVEBU_SPL_BOOT_DEVICE_MMC default y + select SPL_BLK help This enables the MultiMediaCard (MMC) uclass which supports MMC and Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)