summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:12 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commitf584f736dc65a46ba1f0cae43110d73eda1318f9 (patch)
treed255d4633c32c338ff67e9e8d9e644d6d2e83a49 /meta-ti-bsp/conf/machine/include
parent252d345f1a8d19f9176f0cd59949633e9c68a357 (diff)
downloadmeta-ti-f584f736dc65a46ba1f0cae43110d73eda1318f9.tar.gz
conf: machine: k3: Add fitImage to the default kernel image types
FIT Image based kernels are valid for all K3 devices, not just HS, deploy this kernel image type by default so it doesn't have to be appended on a per-device-type basis. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index 7cefd6c3..905133f7 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
15PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 15PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
16 16
17KERNEL_IMAGETYPE = "Image" 17KERNEL_IMAGETYPE = "Image"
18KERNEL_IMAGETYPES = "Image vmlinux.gz" 18KERNEL_IMAGETYPES = "Image vmlinux.gz fitImage"
19 19
20UBOOT_ARCH = "arm" 20UBOOT_ARCH = "arm"
21UBOOT_ENTRYPOINT = "0x80008000" 21UBOOT_ENTRYPOINT = "0x80008000"