]> git.baikalelectronics.ru Git - uboot.git/commit
DM: DM_MMC migration is now mandatory for non-SPL
authorTom Rini <trini@konsulko.com>
Wed, 21 Apr 2021 19:32:27 +0000 (15:32 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 11 May 2021 13:16:59 +0000 (09:16 -0400)
commit3e65546fdeb665ef53df14abee235dabaa121f85
treeee6dc77d34e1828e1d6440ab146f2051e9b362de
parent31657d59450186971ca3e83eeec3d8ed9b2a7480
DM: DM_MMC migration is now mandatory for non-SPL

As it has been now two years past the migration deadline, it is required
to have migrated.  Remove the check from the Makefile and rework some of
the Kconfig logic slightly to get the functional dependencies of DM_MMC
/ BLK right in both the SPL and non-SPL case.

Signed-off-by: Tom Rini <trini@konsulko.com>
14 files changed:
Makefile
configs/draco_defconfig
configs/etamin_defconfig
configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig
configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
configs/pxm2_defconfig
configs/rastaban_defconfig
configs/rut_defconfig
configs/stm32f746-disco_defconfig
configs/stm32f769-disco_defconfig
configs/thuban_defconfig
drivers/mmc/Kconfig