summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-30 11:14:41 -0400
committerTom Rini <trini@konsulko.com>2020-06-30 11:14:41 -0400
commit6b3c74428a3faca92701843c954b717e8d186b17 (patch)
tree4c62a2a7370ea7eb90e04dabee8e11ca7fcaa755 /Makefile
parent50c9b0e1ddce280823484579c4ecc1f069e7833b (diff)
parent3c4aeaf7dc622a226d0d986fc5e8b989722e5bf4 (diff)
Merge branch '2020-06-30-pxa-dm_mmc-migration' into next
- Migrate the PXA MMC driver to driver model.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37964a8ac6..3525ab3a98 100644
--- a/Makefile
+++ b/Makefile
@@ -1025,7 +1025,7 @@ ifneq ($(CONFIG_DM),y)
@echo >&2 "===================================================="
endif
ifeq ($(CONFIG_MMC),y)
-ifneq ($(CONFIG_DM_MMC)$(CONFIG_OF_CONTROL)$(CONFIG_BLK),yyy)
+ifneq ($(CONFIG_DM_MMC)$(CONFIG_BLK),yy)
@echo >&2 "===================== WARNING ======================"
@echo >&2 "This board does not use CONFIG_DM_MMC. Please update"
@echo >&2 "the board to use CONFIG_DM_MMC before the v2019.04 release."