diff mbox series

[2/3] mx6ul_14x14_evk: Enable eMMC boot support

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

Commit Message

Otavio Salvador June 9, 2020, 3:46 p.m. UTC
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 configs/mx6ul_14x14_evk_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam June 9, 2020, 4:10 p.m. UTC | #1
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 mbox series

Patch

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