summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatolij Gustschin <[email protected]>2024-08-03 18:15:07 +0200
committerHeiko Schocher <[email protected]>2024-08-09 06:26:10 +0200
commit2fa0cbd08b4f3fcef1715204bc8810a1d5af1634 (patch)
tree99fc79748b8a1507f0ac7ced7da48aa2a4dbf7be
parentbcfb8873cc2eacd01341c75666467350892fc443 (diff)
board: sl50: convert to DM_I2C
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin <[email protected]>
-rw-r--r--configs/am335x_sl50_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig
index 894a59f58ed..7444e55b6f7 100644
--- a/configs/am335x_sl50_defconfig
+++ b/configs/am335x_sl50_defconfig
@@ -65,7 +65,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_SYS_I2C_EEPROM_ADDR=0x50
CONFIG_MMC_OMAP_HS=y