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 <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-05-09 12:14:56 +02:00
parent 602b884717
commit ace9abb13e
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ TF_DEBUG ?= "0"
# ========================================================================= # =========================================================================
# Kernel # Kernel
# ========================================================================= # =========================================================================
KERNEL_IMAGETYPE = "zImage"
KERNEL_ALT_IMAGETYPE = "Image uImage vmlinux"
KERNEL_DEFCONFIG ?= "ccmp15_defconfig" KERNEL_DEFCONFIG ?= "ccmp15_defconfig"
ST_KERNEL_LOADADDR ?= "0xC0008000" ST_KERNEL_LOADADDR ?= "0xC0008000"