summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:12 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commit6431130f2b89060eab807bf756343bd3b863c843 (patch)
tree12c4b007e48fe635ce7ddbc2d247eee1143c09bb /meta-ti-bsp
parent9d6f9556395571e4025e248142d480f54bc709c6 (diff)
downloadmeta-ti-6431130f2b89060eab807bf756343bd3b863c843.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')
-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"