]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.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)
commitf7173fce49db615a72388bf8415968df64a1aada
treeee6dc77d34e1828e1d6440ab146f2051e9b362de
parentc51f74ba7a6a6f96d45df720387ab636bdebe98d
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