diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-11-07 16:13:38 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-01-31 18:08:23 +0100 |
commit | 57d48522c9ad23ccc2736fbf6f4895bb496987c4 (patch) | |
tree | ef5b20d2c27a23edff5aa05aea88d7f5ff14b10f | |
parent | ea993cc26a8c1ffb355ae678acb01cfeabb8c963 (diff) |
imx: mx6sabresd: convert to DM_I2C
Convert to DM_I2C
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | configs/mx6sabresd_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index cae23b93ec2..69058500839 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -82,7 +82,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000 CONFIG_FASTBOOT_BUF_SIZE=0x10000000 CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=2 -CONFIG_SYS_I2C_LEGACY=y +CONFIG_DM_I2C=y CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_MXC=y CONFIG_SUPPORT_EMMC_BOOT=y |