[U-Boot] [RFC 5/9] pico-pi-imx7d: defconfig: Switch to DM for I2C
Fabio Estevam
festevam at gmail.com
Thu Feb 14 12:16:04 UTC 2019
On Sun, Jan 20, 2019 at 7:33 PM Joris Offouga <offougajoris at gmail.com> wrote:
> diff --git a/configs/pico-pi-imx7d_defconfig b/configs/pico-pi-imx7d_defconfig
> index 0d1c56b..dd8af7f 100644
> --- a/configs/pico-pi-imx7d_defconfig
> +++ b/configs/pico-pi-imx7d_defconfig
> @@ -27,6 +27,7 @@ CONFIG_DM_MMC=y
> CONFIG_PINCTRL=y
> CONFIG_PINCTRL_IMX7=y
> CONFIG_DM_GPIO=y
> +CONFIG_DM_I2C=y
Please remove CONFIG_SPL_I2C_SUPPORT=y in order to avoid a build warning.
More information about the U-Boot
mailing list