commit | f7173fce49db615a72388bf8415968df64a1aada | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 21 15:32:27 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue May 11 09:16:59 2021 -0400 |
tree | ee6dc77d34e1828e1d6440ab146f2051e9b362de | |
parent | c51f74ba7a6a6f96d45df720387ab636bdebe98d [diff] |
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>