summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-07-19 04:06:33 +0300
committerTom Rini <trini@konsulko.com>2021-07-19 04:06:33 +0300
commitb7b5cbe2794b2d3c8e9500c6de8257aa92cdae96 (patch)
treefa0e4b2984c629092a61346dab9d69f91f7b078c /Makefile
parentac9fa5705c40499b1b3254663b11c69113c7e568 (diff)
downloadu-boot-b7b5cbe2794b2d3c8e9500c6de8257aa92cdae96.tar.xz
Makefile: Remove DM_VIDEO and DM_SPI_FLASH checks
As we have now completed the DM_VIDEO and DM_SPI_FLASH migrations we can remove the checks. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9fac1a02ca..ca2432c8ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1125,10 +1125,6 @@ ifneq ($(CONFIG_DM),y)
@echo >&2 "See doc/driver-model/migration.rst for more info."
@echo >&2 "===================================================="
endif
- $(call deprecated,CONFIG_DM_VIDEO,video,v2019.07,\
- $(CONFIG_LCD)$(CONFIG_VIDEO))
- $(call deprecated,CONFIG_DM_SPI_FLASH,SPI flash,v2019.07,\
- $(CONFIG_SPI_FLASH))
$(call deprecated,CONFIG_WDT,DM watchdog,v2019.10,\
$(CONFIG_WATCHDOG)$(CONFIG_HW_WATCHDOG))
$(call deprecated,CONFIG_DM_ETH,Ethernet drivers,v2020.07,$(CONFIG_NET))