summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatolij Gustschin <[email protected]>2024-08-03 18:15:08 +0200
committerHeiko Schocher <[email protected]>2024-08-09 06:26:16 +0200
commitb913ba95c7bf199685e9f796e797f307805e1a35 (patch)
treefd1a6c03e48f9a05cac2f6df49cfe815c8669508
parent2fa0cbd08b4f3fcef1715204bc8810a1d5af1634 (diff)
board: rut: 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/rut_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rut_defconfig b/configs/rut_defconfig
index 93d182a710c..2bcbdd6b12a 100644
--- a/configs/rut_defconfig
+++ b/configs/rut_defconfig
@@ -88,7 +88,7 @@ CONFIG_BOOTCOUNT_LIMIT=y
CONFIG_BOOTCOUNT_ENV=y
CONFIG_DFU_NAND=y
CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100000
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
CONFIG_SPL_SYS_I2C_LEGACY=y
# CONFIG_SPL_DM_MMC is not set
CONFIG_MMC_OMAP_HS=y