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-mainline.conf | 2 +- conf/machine/apalis-tk1.conf | 2 +- conf/machine/include/tegra-base.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/apalis-tk1-mainline.conf b/conf/machine/apalis-tk1-mainline.conf index a13a8e2..a7eacd5 100644 --- a/conf/machine/apalis-tk1-mainline.conf +++ b/conf/machine/apalis-tk1-mainline.conf @@ -10,7 +10,7 @@ SOC_FAMILY = "tegra124m" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-mainline" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" KERNEL_DEFCONFIG = "tegra_defconfig" 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 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 = "" diff --git a/conf/machine/include/tegra-base.inc b/conf/machine/include/tegra-base.inc index 5a3b199..64b7115 100644 --- a/conf/machine/include/tegra-base.inc +++ b/conf/machine/include/tegra-base.inc @@ -12,7 +12,7 @@ XSERVER = "xserver-xorg \ xf86-input-keyboard" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" # The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot RDEPENDS_kernel-base = "" -- cgit v1.2.3