diff options
author | Lauren Post <lauren.post@nxp.com> | 2016-09-30 13:44:45 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | c05a561fe0a69c03fee1662cc0a11464e03368b6 (patch) | |
tree | 7335e6b898ebed41c71db9081f14a5e35ddac682 /conf/machine/imx6ulevk.conf | |
parent | 9113f609311d83e7aac2b7cdd10bd94d0baeae77 (diff) | |
download | meta-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/machine/imx6ulevk.conf')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 1 |
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" | |||
18 | UBOOT_MAKE_TARGET = "" | 18 | UBOOT_MAKE_TARGET = "" |
19 | UBOOT_CONFIG ??= "sd" | 19 | UBOOT_CONFIG ??= "sd" |
20 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" | 20 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" |
21 | UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard" | ||
21 | UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" | 22 | UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" |
22 | UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" | 23 | UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" |