From daa0f0500f2bf6fdda7c359c24d4fc6ca46f6159 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Mon, 7 Aug 2017 13:11:34 -0500 Subject: Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig This converts the following to Kconfig: CONFIG_SYS_I2C_OMAP24XX Signed-off-by: Adam Ford Reviewed-by: Heiko Schocher --- include/configs/ti_omap4_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ti_omap4_common.h') diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 1a6551e24d2..acfac24ebe1 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -150,7 +150,6 @@ #ifdef CONFIG_SPL_BUILD /* No need for i2c in SPL mode as we will use SRI2C for PMIC access on OMAP4 */ #undef CONFIG_SYS_I2C -#undef CONFIG_SYS_I2C_OMAP24XX #endif #endif /* __CONFIG_TI_OMAP4_COMMON_H */ -- cgit v1.2.3