summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2021-11-18 11:19:34 +0300
committerStefan Roese <sr@denx.de>2021-12-19 11:50:47 +0300
commit9f704def5e18a1a6eeb7fa1691fa6cf721263f7d (patch)
tree91b09d74e3d6afafb4f87cfe5c93a98576e237a5 /configs
parentf9776e52c326dd5a9eccfa2832876aa95a02bbdc (diff)
downloadu-boot-9f704def5e18a1a6eeb7fa1691fa6cf721263f7d.tar.xz
arm: mvebu: maxbcm_defconfig: Enable DM_I2C
Move to the DM I2C version, so that this board will not get dropped from mainline. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/maxbcm_defconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/maxbcm_defconfig b/configs/maxbcm_defconfig
index ce870c91c7..9fa2f5134b 100644
--- a/configs/maxbcm_defconfig
+++ b/configs/maxbcm_defconfig
@@ -37,10 +37,8 @@ CONFIG_USE_ENV_SPI_MAX_HZ=y
CONFIG_ENV_SPI_MAX_HZ=50000000
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_SPL_OF_TRANSLATE=y
-CONFIG_SYS_I2C_LEGACY=y
-CONFIG_SPL_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
CONFIG_SYS_I2C_MVTWSI=y
-CONFIG_SYS_I2C_SLAVE=0x0
# CONFIG_MMC is not set
CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_SPI_FLASH_SPANSION=y