[U-Boot] [PATCH 03/16] IMX: novena: remove CONFIG_I2C_MXC
Masahiro Yamada
yamada.masahiro at socionext.com
Thu Oct 26 12:24:18 UTC 2017
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 at socionext.com>
---
include/configs/novena.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/novena.h b/include/configs/novena.h
index ac00975..3acc8c6 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
--
2.7.4
More information about the U-Boot
mailing list