diff options
| author | Anatolij Gustschin <[email protected]> | 2024-08-03 18:15:06 +0200 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2024-08-09 06:26:05 +0200 |
| commit | bcfb8873cc2eacd01341c75666467350892fc443 (patch) | |
| tree | 0cf417dff6deb21768562b0433098d3ee168a398 | |
| parent | 58e6b61cb557e81745f6b74b08fbb910376ed1d6 (diff) | |
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 <[email protected]>
| -rw-r--r-- | configs/am335x_igep003x_defconfig | 2 |
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 |
