diff options
author | Ye Li <ye.li@nxp.com> | 2019-07-22 01:24:53 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:35:16 +0200 |
commit | 61bf6173cd65f8c937c40759c923ba52ca03374b (patch) | |
tree | 031396bcdd000413e8c4f04df790a545556a88f5 /configs/mx7ulp_evk_plugin_defconfig | |
parent | 911d7d356ab0f3e9dae007f3a864e425d27be585 (diff) | |
download | u-boot-61bf6173cd65f8c937c40759c923ba52ca03374b.tar.gz |
i.MX7ULP: Fix wrong i2c configuration name
Wrong I2c driver configuration name is used in codes, so I2c driver is
not built. Correct it.
Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx7ulp_evk_plugin_defconfig')
-rw-r--r-- | configs/mx7ulp_evk_plugin_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index b2451adce7..970c0c7dbd 100644 --- a/configs/mx7ulp_evk_plugin_defconfig +++ b/configs/mx7ulp_evk_plugin_defconfig @@ -20,6 +20,7 @@ CONFIG_IMX_RGPIO2P=y # CONFIG_MXC_GPIO is not set CONFIG_DM_I2C=y CONFIG_DM_MMC=y +CONFIG_SYS_I2C_IMX_LPI2C=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_FSL_USDHC=y CONFIG_PINCTRL=y |