]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6solosabresd: Use zImage by default
authorDaiane Angolini <daiane.angolini@freescale.com>
Fri, 13 Feb 2015 17:34:44 +0000 (15:34 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 15 Feb 2015 19:21:45 +0000 (17:21 -0200)
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@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/imx6solosabresd.conf

index 085463a023bc9577e57aca9f1118fee1e25d2f27..b123d8ce4a7fedc1d0eb158b28f8c9e9be9859e2 100644 (file)
@@ -12,7 +12,7 @@ KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.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] = "mx6solosabresd_config,sdcard"