From 467943daed3096543ba0cf3fb23d1c648d53f30c Mon Sep 17 00:00:00 2001 From: Bhuvanchandra DV Date: Mon, 15 Jan 2018 07:39:05 +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: Bhuvanchandra DV Signed-off-by: Marcel Ziswiler --- recipes-images/images/files/library/imx6/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-images/images/files/library/imx6/update.sh') diff --git a/recipes-images/images/files/library/imx6/update.sh b/recipes-images/images/files/library/imx6/update.sh index ddfcc2c..b624ba6 100755 --- a/recipes-images/images/files/library/imx6/update.sh +++ b/recipes-images/images/files/library/imx6/update.sh @@ -54,7 +54,7 @@ Usage() } # initialise options -KERNEL_IMAGETYPE="uImage" +KERNEL_IMAGETYPE="zImage" MIN_PARTITION_FREE_SIZE=100 MODTYPE_DETECT=0 OUT_DIR="" -- cgit v1.2.3