diff options
author | Anatolij Gustschin <agust@denx.de> | 2024-08-03 18:15:04 +0200 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2024-08-09 06:25:54 +0200 |
commit | 5a025f0543c0bc149648a8f45c4963c4f758bce3 (patch) | |
tree | 908dfb0a386f6436119377ca7d7feaa0b80ee11e /configs/chiliboard_defconfig | |
parent | 62ce9f7fffc132cde06899a3c60ae6c47337d829 (diff) | |
download | u-boot-5a025f0543c0bc149648a8f45c4963c4f758bce3.tar.gz |
board: chiliboard: 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/chiliboard_defconfig')
-rw-r--r-- | configs/chiliboard_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig index 98778989761..8cb6b34ce76 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -52,7 +52,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 |