summaryrefslogtreecommitdiff
path: root/recipes-images/images/files/library/tegra/update.sh
diff options
context:
space:
mode:
authorBhuvanchandra DV <bhuvanchandra.dv@gmail.com>2018-01-15 07:39:05 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:23 +0100
commit467943daed3096543ba0cf3fb23d1c648d53f30c (patch)
treed5d840a4d75965166c6b5f29fec86fe13f5be134 /recipes-images/images/files/library/tegra/update.sh
parent2bcbb214c421a991a10153abe9e2e3de3f917fff (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: Bhuvanchandra DV <bhuvanchandra.dv@gmail.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images/images/files/library/tegra/update.sh')
-rwxr-xr-xrecipes-images/images/files/library/tegra/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/files/library/tegra/update.sh b/recipes-images/images/files/library/tegra/update.sh
index f7ec906..f54a56b 100755
--- a/recipes-images/images/files/library/tegra/update.sh
+++ b/recipes-images/images/files/library/tegra/update.sh
@@ -70,7 +70,7 @@ BOOT_DEVICE=nand
EMMC_PARTS="mbr.bin boot.vfat"
# no devicetree by default
KERNEL_DEVICETREE=""
-KERNEL_IMAGETYPE="uImage"
+KERNEL_IMAGETYPE="zImage"
MIN_PARTITION_FREE_SIZE=300
MODTYPE_DETECT=0