diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-07-29 08:58:00 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 17:58:52 -0400 |
commit | e31148247a3ff3b225b6e4669acf756efc9516c3 (patch) | |
tree | aac2ab1d382b2d9f2f57dcc5209fe13cb50b370d /Makefile | |
parent | 3ec7fc45e5b3e6fd4384909b4e54226f39de4731 (diff) | |
download | u-boot-e31148247a3ff3b225b6e4669acf756efc9516c3.tar.gz |
i2c: remove i2c driver-model compatibility layer
There are no more users of the compatibility layer for i2c. Remove the
driver and all references to it.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -936,13 +936,6 @@ ifneq ($(CONFIG_DM_SPI)$(CONFIG_OF_CONTROL),yy) endif endif endif -ifeq ($(CONFIG_DM_I2C_COMPAT),y) - @echo >&2 "===================== WARNING ======================" - @echo >&2 "This board uses CONFIG_DM_I2C_COMPAT. Please remove" - @echo >&2 "(possibly in a subsequent patch in your series)" - @echo >&2 "before sending patches to the mailing list." - @echo >&2 "====================================================" -endif ifeq ($(CONFIG_MMC),y) ifneq ($(CONFIG_DM_MMC)$(CONFIG_OF_CONTROL)$(CONFIG_BLK),yyy) @echo >&2 "===================== WARNING ======================" |