mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <oleksandr.suvorov@foundries.io> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
committed by
Jaehoon Chung
parent
62fc66b6d2
commit
9b8ebd3aec
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user