summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ulevk.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-10-04 17:54:20 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-05 15:32:48 -0300
commit9a6ba3c67baa0ed4f9c78ab24c141035e34afe6c (patch)
tree85ca7c9b11d74bd3826bff3c1410247da44d6bd4 /conf/machine/imx6ulevk.conf
parentac419895663889d65cc3828b7d6ce150199526bb (diff)
downloadmeta-freescale-9a6ba3c67baa0ed4f9c78ab24c141035e34afe6c.tar.gz
Use wic.gz for all i.MX machines by default
This change moves the default image for all i.MX machines. We moved from sdcard.gz to wic.gz. Following machines were change: - imx25pdk: use imx-uboot.wks - imx6qdlsabreauto: use imx-uboot-spl-bootpart.wks - imx6qdlsabresd: use imx-uboot-spl-bootpart.wks - imx6ulevk: use imx-uboot-spl-bootpart.wks Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6ulevk.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 dadd525b..1b55a4ad 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -23,3 +23,4 @@ UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"
23UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard" 23UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard"
24UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" 24UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"
25UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" 25UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config"
26WKS_FILE = "imx-uboot-spl-bootpart.wks"