aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-03 14:36:07 -0500
committerTom Rini <trini@konsulko.com>2024-01-03 14:36:07 -0500
commitd023e637a97fd233de33f24421da3264ae2c07e6 (patch)
tree86e8a46c0e83ea5ded8562da60560ff8f90d0387
parent39baa7d9435abd17d2366653f0380fc2cf4426bf (diff)
downloadu-boot-TEST/make-DM_I2C-fatal.zip
u-boot-TEST/make-DM_I2C-fatal.tar.gz
u-boot-TEST/make-DM_I2C-fatal.tar.bz2
WIP: Make CONFIG_SYS_I2C_LEGACY fatalTEST/make-DM_I2C-fatal
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1ecbf0..c56e4fd 100644
--- a/Makefile
+++ b/Makefile
@@ -1166,7 +1166,7 @@ ifneq ($(CONFIG_SPL_FIT_GENERATOR),)
endif
$(call deprecated,CONFIG_WDT,DM watchdog,v2019.10,\
$(CONFIG_WATCHDOG)$(CONFIG_HW_WATCHDOG))
- $(call deprecated,CONFIG_DM_I2C,I2C drivers,v2022.04,$(CONFIG_SYS_I2C_LEGACY))
+ $(call notallowed,CONFIG_DM_I2C,I2C drivers,v2022.04,$(CONFIG_SYS_I2C_LEGACY))
@# CFG_SYS_TIMER_RATE has brackets in it for some boards which
@# confuses this rule. Use if() to send just a single character which
@# is enable to tell 'deprecated' that one of these symbols exists