From 0bfafa6f85755dd12a622c01a1aa9e48f7f98097 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 30 Jan 2018 16:33:37 +0100 Subject: apalis/colibri: switch to zimage instead of uimage Switch to the generic compressed Kernel image type (zImage) instead of the U-Boot specific uImage format. Signed-off-by: Marcel Ziswiler Acked-by: Max Krummenacher --- conf/machine/apalis-tk1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/apalis-tk1.conf') diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf index fe667e1..513e5d8 100644 --- a/conf/machine/apalis-tk1.conf +++ b/conf/machine/apalis-tk1.conf @@ -10,7 +10,7 @@ SOC_FAMILY = "tegra124" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" KERNEL_DEVICETREE += "tegra124-apalis-eval.dtb tegra124-apalis-v1.2-eval.dtb" # The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot RDEPENDS_kernel-base = "" -- cgit v1.2.3