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/imx6qdlsabresd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/imx6qdlsabresd.conf') diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf index 92c92884..91ca9b45 100644 --- a/conf/machine/imx6qdlsabresd.conf +++ b/conf/machine/imx6qdlsabresd.conf @@ -31,6 +31,7 @@ UBOOT_MACHINE ?= "mx6sabresd_defconfig" UBOOT_MAKE_TARGET = "all" UBOOT_SUFFIX = "img" SPL_BINARY = "SPL" +WKS_FILE = "imx-uboot-spl-bootpart.wks" SERIAL_CONSOLE = "115200 ttymxc0" -- cgit v1.2.3-54-g00ecf