[PATCH 02/11] board: chiliboard: convert to DM_I2C
Anatolij Gustschin
agust at denx.de
Sat Aug 3 18:15:04 CEST 2024
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin <agust at denx.de>
---
Cc: Marcin Niestroj <m.niestroj at grinn-global.com>
Cc: Tom Rini <trini at konsulko.com>
---
configs/chiliboard_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig
index c574d93806..0e8737565f 100644
--- a/configs/chiliboard_defconfig
+++ b/configs/chiliboard_defconfig
@@ -53,7 +53,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
--
2.25.1
More information about the U-Boot
mailing list