From patchwork Tue Jun 9 15:46:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 242014 List-Id: U-Boot discussion From: otavio at ossystems.com.br (Otavio Salvador) Date: Tue, 9 Jun 2020 12:46:37 -0300 Subject: [PATCH 2/3] mx6ul_14x14_evk: Enable eMMC boot support In-Reply-To: <20200609154638.488461-1-otavio@ossystems.com.br> References: <20200609154638.488461-1-otavio@ossystems.com.br> Message-ID: <20200609154638.488461-2-otavio@ossystems.com.br> Signed-off-by: Otavio Salvador --- 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 CONFIG_FSL_USDHC=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y