summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-tk1.conf
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 /conf/machine/apalis-tk1.conf
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>
Diffstat (limited to 'conf/machine/apalis-tk1.conf')
-rw-r--r--conf/machine/apalis-tk1.conf2
1 files changed, 1 insertions, 1 deletions
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 = ""