[meta-freescale] [meta-fsl-arm][PATCH v2 2/2] imx6solosabreauto: Use zImage by default

Daiane Angolini daiane.angolini at freescale.com
Fri Feb 13 09:34:45 PST 2015


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 <daiane.angolini at freescale.com>
---
 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"
-- 
1.9.1



More information about the meta-freescale mailing list