]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: igep003x: convert to DM_I2C
authorAnatolij Gustschin <agust@denx.de>
Sat, 3 Aug 2024 16:15:06 +0000 (18:15 +0200)
committerHeiko Schocher <hs@denx.de>
Fri, 9 Aug 2024 04:26:05 +0000 (06:26 +0200)
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
configs/am335x_igep003x_defconfig

index ef4d8661a13173eecae57b6bd3504b7bb87851f1..19943881973c0820f0d49e09a303d28c2e20d45f 100644 (file)
@@ -74,7 +74,7 @@ CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_VERSION_VARIABLE=y
 CONFIG_NET_RETRY_COUNT=10
 CONFIG_BOOTP_SEND_HOSTNAME=y
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
 CONFIG_SPL_SYS_I2C_LEGACY=y
 CONFIG_MMC_OMAP_HS=y
 CONFIG_MTD=y