Commit b7e4dadfd95cecb9ba3fc1a5e4d7b0d5eeb57ad5

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent af6715bfb4

IMX: novena: remove CONFIG_I2C_MXC

This macro is defined, but not referenced by anyone.

I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Heiko Schocher<hs@denx.de>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/configs/novena.h
... ... @@ -80,7 +80,6 @@
80 80 #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */
81 81 #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */
82 82 #define CONFIG_I2C_MULTI_BUS
83   -#define CONFIG_I2C_MXC
84 83 #define CONFIG_SYS_I2C_SPEED 100000
85 84 #define CONFIG_SYS_SPD_BUS_NUM 0
86 85