summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-01-30 16:33:37 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 14:02:20 +0100
commit0bfafa6f85755dd12a622c01a1aa9e48f7f98097 (patch)
tree2aa4334c4a36328ba4928f72bef09bbb4bb1dbec
parent57b5fbe0cb6d1465b19ba8027cb53cf5a8f029e6 (diff)
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 <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/apalis-tk1-mainline.conf2
-rw-r--r--conf/machine/apalis-tk1.conf2
-rw-r--r--conf/machine/include/tegra-base.inc2
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 = ""