From ace9abb13e48e0ad2193b49e5e768b3ce2b5fe8f Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 9 May 2022 12:14:56 +0200 Subject: [PATCH] ccmp15-dvk: set zImage as default kernel image type This commit changes the "Image" for the "zImage" as the default kernel image type for the STM platform. Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/ccmp15-dvk.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-arm/conf/machine/ccmp15-dvk.conf b/meta-digi-arm/conf/machine/ccmp15-dvk.conf index e646f0433..91dc108a3 100644 --- a/meta-digi-arm/conf/machine/ccmp15-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp15-dvk.conf @@ -67,6 +67,8 @@ TF_DEBUG ?= "0" # ========================================================================= # Kernel # ========================================================================= +KERNEL_IMAGETYPE = "zImage" +KERNEL_ALT_IMAGETYPE = "Image uImage vmlinux" KERNEL_DEFCONFIG ?= "ccmp15_defconfig" ST_KERNEL_LOADADDR ?= "0xC0008000"