aboutsummaryrefslogtreecommitdiffstats
path: root/configs/am335x_igep003x_defconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2024-08-03 18:15:06 +0200
committerHeiko Schocher <hs@denx.de>2024-08-09 06:26:05 +0200
commitbcfb8873cc2eacd01341c75666467350892fc443 (patch)
tree0cf417dff6deb21768562b0433098d3ee168a398 /configs/am335x_igep003x_defconfig
parent58e6b61cb557e81745f6b74b08fbb910376ed1d6 (diff)
downloadu-boot-bcfb8873cc2eacd01341c75666467350892fc443.tar.gz
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 <agust@denx.de>
Diffstat (limited to 'configs/am335x_igep003x_defconfig')
-rw-r--r--configs/am335x_igep003x_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig
index ef4d8661a13..19943881973 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