mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-29 19:18:22 +00:00
board: vf610twr: convert to DM_I2C
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
763e406c4e
commit
f1aacad168
@ -47,7 +47,7 @@ CONFIG_ENV_OVERWRITE=y
|
||||
CONFIG_ENV_IS_IN_MMC=y
|
||||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||||
CONFIG_VYBRID_GPIO=y
|
||||
CONFIG_SYS_I2C_LEGACY=y
|
||||
CONFIG_DM_I2C=y
|
||||
CONFIG_SYS_I2C_MXC=y
|
||||
CONFIG_FSL_ESDHC_IMX=y
|
||||
CONFIG_MTD=y
|
||||
|
||||
@ -48,7 +48,7 @@ CONFIG_ENV_IS_IN_NAND=y
|
||||
CONFIG_ENV_RANGE=0x80000
|
||||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||||
CONFIG_VYBRID_GPIO=y
|
||||
CONFIG_SYS_I2C_LEGACY=y
|
||||
CONFIG_DM_I2C=y
|
||||
CONFIG_SYS_I2C_MXC=y
|
||||
CONFIG_FSL_ESDHC_IMX=y
|
||||
CONFIG_MTD=y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user