summaryrefslogtreecommitdiff
path: root/include/configs/bur_am335x_common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-11 06:14:34 +0300
committerTom Rini <trini@konsulko.com>2021-07-28 21:29:37 +0300
commit6f7abf64508b329c8b1d642d002ac950aee68f88 (patch)
treedff49bef421eb1846508760a601e997fe00f1f38 /include/configs/bur_am335x_common.h
parent19c969ba37aec564445b6f24b8d85918b12ba6be (diff)
downloadu-boot-6f7abf64508b329c8b1d642d002ac950aee68f88.tar.xz
i2c: Drop unused CONFIG_I2C
This actually does nothing but is defined by a few dozen boards. Drop it, so we can define a real one. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/bur_am335x_common.h')
-rw-r--r--include/configs/bur_am335x_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h
index 042cb4637b..51585fcb37 100644
--- a/include/configs/bur_am335x_common.h
+++ b/include/configs/bur_am335x_common.h
@@ -19,7 +19,6 @@
#define CONFIG_SYS_NS16550_CLK (48000000)
#define CONFIG_SYS_NS16550_COM1 0x44e09000
-#define CONFIG_I2C
#define CONFIG_SYS_I2C_LEGACY
#endif /* CONFIG_DM */