From 9a6ba3c67baa0ed4f9c78ab24c141035e34afe6c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 4 Oct 2017 17:54:20 -0300 Subject: 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 --- conf/machine/imx6ulevk.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/imx6ulevk.conf') 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" UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard" UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" +WKS_FILE = "imx-uboot-spl-bootpart.wks" -- cgit v1.2.3-54-g00ecf