commit | 396281276aa44e63e2fdf454c107b82aa226d836 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Feb 07 14:35:12 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 20 20:02:09 2021 -0500 |
tree | 1405c4b7ccd7a06de93084749d2380dfeb1ee2ee | |
parent | 351296ed63053627e7fa92d313f7127dcc69fd0c [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>