From: Lauren Post Date: Fri, 30 Sep 2016 18:44:45 +0000 (-0500) Subject: imx6ulevk: Add emmc U-Boot configuration X-Git-Tag: 2.2~221 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c05a561fe0a69c03fee1662cc0a11464e03368b6;p=meta-freescale.git imx6ulevk: Add emmc U-Boot configuration Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 7ab0963e..12d62bfa 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf @@ -18,5 +18,6 @@ SPL_BINARY = "SPL" UBOOT_MAKE_TARGET = "" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" +UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard" UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config"