Message ID | 20200609154638.488461-2-otavio@ossystems.com.br |
---|---|
State | New |
Headers | show |
Series | [1/3] mx6ul_14x14_evk: Enable SPL USB and SDP support | expand |
Hi Otavio, On Tue, Jun 9, 2020 at 12:47 PM Otavio Salvador <otavio at ossystems.com.br> wrote: Please always include a commit text. > Signed-off-by: Otavio Salvador <otavio at ossystems.com.br> > --- > > configs/mx6ul_14x14_evk_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/mx6ul_14x14_evk_defconfig b/configs/mx6ul_14x14_evk_defconfig > index cad766443c2..a2cb3215d44 100644 > --- a/configs/mx6ul_14x14_evk_defconfig > +++ b/configs/mx6ul_14x14_evk_defconfig > @@ -55,6 +55,7 @@ CONFIG_USB_FUNCTION_FASTBOOT=y > CONFIG_DM_74X164=y > CONFIG_DM_I2C=y > CONFIG_DM_MMC=y > +CONFIG_SUPPORT_EMMC_BOOT=y imx6ul evk does not come with an eMMC, so this option is not needed.
diff --git a/configs/mx6ul_14x14_evk_defconfig b/configs/mx6ul_14x14_evk_defconfig index cad766443c2..a2cb3215d44 100644 --- a/configs/mx6ul_14x14_evk_defconfig +++ b/configs/mx6ul_14x14_evk_defconfig @@ -55,6 +55,7 @@ CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_DM_74X164=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y +CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_FSL_USDHC=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br> --- configs/mx6ul_14x14_evk_defconfig | 1 + 1 file changed, 1 insertion(+)