From 796df09dcbb961fdf1175424e57512b0063970b8 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 13 Feb 2015 15:34:44 -0200 Subject: imx6solosabresd: 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/imx6solosabresd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf index 085463a..b123d8c 100644 --- a/conf/machine/imx6solosabresd.conf +++ b/conf/machine/imx6solosabresd.conf @@ -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" -- cgit v1.2.3-54-g00ecf