diff options
author | Masahiro Yamada | 2017-10-26 21:24:18 +0900 |
---|---|---|
committer | Tom Rini | 2017-10-27 08:52:22 -0400 |
commit | b7e4dadfd95cecb9ba3fc1a5e4d7b0d5eeb57ad5 (patch) | |
tree | c566954c9a219e9a1fbd492001e7df1edb0a8520 /include/configs/novena.h | |
parent | af6715bfb44a26de93fafebe93872f12e9817f61 (diff) |
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>
Diffstat (limited to 'include/configs/novena.h')
-rw-r--r-- | include/configs/novena.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h index ac00975a8c3..3acc8c62dee 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -80,7 +80,6 @@ #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ #define CONFIG_I2C_MULTI_BUS -#define CONFIG_I2C_MXC #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_SPD_BUS_NUM 0 |