summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@nxp.com>2016-09-30 13:44:45 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:14 -0200
commitc05a561fe0a69c03fee1662cc0a11464e03368b6 (patch)
tree7335e6b898ebed41c71db9081f14a5e35ddac682 /conf
parent9113f609311d83e7aac2b7cdd10bd94d0baeae77 (diff)
downloadmeta-freescale-c05a561fe0a69c03fee1662cc0a11464e03368b6.tar.gz
imx6ulevk: Add emmc U-Boot configuration
Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6ulevk.conf1
1 files changed, 1 insertions, 0 deletions
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"
18UBOOT_MAKE_TARGET = "" 18UBOOT_MAKE_TARGET = ""
19UBOOT_CONFIG ??= "sd" 19UBOOT_CONFIG ??= "sd"
20UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" 20UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"
21UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard"
21UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" 22UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"
22UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" 23UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config"