From 259137ad8c708fb193f848248020693bffe5cea7 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 13 Feb 2015 15:34:45 -0200 Subject: imx6solosabreauto: Use zImage by default The U-Boot default environment uses zImage as kernel image type so to a proper out-of-box SD Card image we need to use KERNEL_IMAGETYPE as zImage. Signed-off-by: Daiane Angolini Signed-off-by: Otavio Salvador --- conf/machine/imx6solosabreauto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6solosabreauto.conf b/conf/machine/imx6solosabreauto.conf index 5f3782d..ead787d 100644 --- a/conf/machine/imx6solosabreauto.conf +++ b/conf/machine/imx6solosabreauto.conf @@ -11,7 +11,7 @@ KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" PREFERRED_PROVIDER_u-boot = "u-boot-imx" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6solosabreauto_config,sdcard" -- cgit v1.2.3-54-g00ecf