[U-Boot] [PATCH] ARM: rmobile: Zap CONFIG_DM_I2C_COMPAT on Porter

Marek Vasut marek.vasut at gmail.com
Sat Feb 17 20:59:53 UTC 2018


Remove this config option as it's useless and causes a warning.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 configs/porter_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/porter_defconfig b/configs/porter_defconfig
index 09776db003..ada106feb1 100644
--- a/configs/porter_defconfig
+++ b/configs/porter_defconfig
@@ -51,7 +51,6 @@ CONFIG_CLK_RENESAS=y
 CONFIG_DM_GPIO=y
 CONFIG_RCAR_GPIO=y
 CONFIG_DM_I2C=y
-CONFIG_DM_I2C_COMPAT=y
 CONFIG_SYS_I2C_RCAR_IIC=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_UNIPHIER=y
-- 
2.15.1



More information about the U-Boot mailing list