diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-21 15:32:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-11 09:16:59 -0400 |
commit | f7173fce49db615a72388bf8415968df64a1aada (patch) | |
tree | ee6dc77d34e1828e1d6440ab146f2051e9b362de /Makefile | |
parent | c51f74ba7a6a6f96d45df720387ab636bdebe98d (diff) | |
download | u-boot-f7173fce49db615a72388bf8415968df64a1aada.zip u-boot-f7173fce49db615a72388bf8415968df64a1aada.tar.gz u-boot-f7173fce49db615a72388bf8415968df64a1aada.tar.bz2 |
DM: DM_MMC migration is now mandatory for non-SPLWIP/finish-DM_MMC-migration
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1086,7 +1086,6 @@ ifneq ($(CONFIG_DM),y) @echo >&2 "See doc/driver-model/migration.rst for more info." @echo >&2 "====================================================" endif - $(call deprecated,CONFIG_DM_MMC CONFIG_BLK,MMC,v2019.04,$(CONFIG_MMC)) $(call deprecated,CONFIG_DM_USB CONFIG_OF_CONTROL CONFIG_BLK,\ USB,v2019.07,$(CONFIG_USB)) $(call deprecated,CONFIG_DM_PCI,PCI,v2019.07,$(CONFIG_PCI)) |