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:
parent
602b884717
commit
ace9abb13e
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue