From: Anatolij Gustschin Date: Sat, 3 Aug 2024 16:15:04 +0000 (+0200) Subject: board: chiliboard: convert to DM_I2C X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=5a025f0543c0bc149648a8f45c4963c4f758bce3;p=u-boot.git board: chiliboard: 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/chiliboard_defconfig b/configs/chiliboard_defconfig index 9877898976..8cb6b34ce7 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -52,7 +52,7 @@ CONFIG_NET_RETRY_COUNT=10 CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_SYS_BOOTCOUNT_BE=y -CONFIG_SYS_I2C_LEGACY=y +CONFIG_DM_I2C=y CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_MISC=y CONFIG_MMC_OMAP_HS=y