diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-26 21:24:16 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-27 08:52:22 -0400 |
commit | 1d14cbdcd840cddb591d6b92a7f4e170132e0ea8 (patch) | |
tree | 7c0ffcf416351e7ff3bb82fae5689e5cf597f6cc /drivers/i2c/Makefile | |
parent | ae6ac0a06e5e6c58cf133c6b50d80b62501af465 (diff) | |
download | u-boot-1d14cbdcd840cddb591d6b92a7f4e170132e0ea8.tar.gz |
i2c: adi_i2c: remove left-over Blackfin I2C driver
This driver was used by Blackfin boards, but Blackfin support is
gone. There is no user of this driver.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/i2c/Makefile')
-rw-r--r-- | drivers/i2c/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index e7ade94d91..121e4e2990 100644 --- a/drivers/i2c/Makefile +++ b/drivers/i2c/Makefile @@ -10,7 +10,6 @@ obj-$(CONFIG_DM_I2C_GPIO) += i2c-gpio.o obj-$(CONFIG_$(SPL_)I2C_CROS_EC_TUNNEL) += cros_ec_tunnel.o obj-$(CONFIG_$(SPL_)I2C_CROS_EC_LDO) += cros_ec_ldo.o -obj-$(CONFIG_SYS_I2C_ADI) += adi_i2c.o obj-$(CONFIG_I2C_MV) += mv_i2c.o obj-$(CONFIG_TSI108_I2C) += tsi108_i2c.o obj-$(CONFIG_SH_SH7734_I2C) += sh_sh7734_i2c.o |