From 4b9a587d6d781e5922ac7b747d8a9adf708994d9 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 5 Jul 2014 18:15:55 -0300 Subject: u-boot-fslc: Update to 2014.07-based release This updates the FSL Community's U-Boot fork to a 2014.07-based release. Along with the recipe revision changes, this modifies the default kernel image to "zImage" as most machines maintained in meta-fsl-arm now uses it. The machines that are still using uImage are: - imx31pdk - imx35pdk - imx53ard - imx6dlsabreauto - imx6solosabreauto - imx6solosabresd Signed-off-by: Otavio Salvador --- conf/machine/imx6solosabresd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/imx6solosabresd.conf') diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf index f670ed3..085463a 100644 --- a/conf/machine/imx6solosabresd.conf +++ b/conf/machine/imx6solosabresd.conf @@ -12,6 +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" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard" -- cgit v1.2.3-54-g00ecf