From: Anatolij Gustschin Date: Sat, 3 Aug 2024 16:15:06 +0000 (+0200) Subject: board: igep003x: convert to DM_I2C X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=bcfb8873cc2eacd01341c75666467350892fc443;p=u-boot.git board: igep003x: convert to DM_I2C Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig index ef4d8661a1..1994388197 100644 --- a/configs/am335x_igep003x_defconfig +++ b/configs/am335x_igep003x_defconfig @@ -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