mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
configs: odroid-xu3: remove the CONFIG_I2C_COMPAT
Remove the CONFIG_I2C_COMPAT, instead enable the CONFIG_SYS_I2C_S3C24X0. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
c9972a8652
commit
df494d8001
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue