diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-30 11:14:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-30 11:14:41 -0400 |
commit | 6b3c74428a3faca92701843c954b717e8d186b17 (patch) | |
tree | 4c62a2a7370ea7eb90e04dabee8e11ca7fcaa755 /Makefile | |
parent | 50c9b0e1ddce280823484579c4ecc1f069e7833b (diff) | |
parent | 3c4aeaf7dc622a226d0d986fc5e8b989722e5bf4 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |