[U-Boot] [PATCH 2/2] configs: odroid-xu3: remove the CONFIG_I2C_COMPAT

Minkyu Kang promsoft at gmail.com
Mon Jun 5 03:57:40 UTC 2017


Hi

2017. 5. 30. 15:08에 "Jaehoon Chung" <jh80.chung at samsung.com>님이 작성:

Remove the CONFIG_I2C_COMPAT, instead enable the CONFIG_SYS_I2C_S3C24X0.

Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
---
 configs/odroid-xu3_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index dab4cc1..29b5010 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -25,7 +25,7 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_ADC=y
 CONFIG_ADC_EXYNOS=y
 CONFIG_DFU_MMC=y
-CONFIG_DM_I2C_COMPAT=y
+CONFIG_SYS_I2C_S3C24X0=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_S5P=y
--
2.10.2

_______________________________________________
U-Boot mailing list
U-Boot at lists.denx.de
https://lists.denx.de/listinfo/u-boot


applied to u-boot-samsung

Thanks


More information about the U-Boot mailing list