summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-08 11:32:02 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-08 20:07:47 -0500
commite6deeba806d2145fa16b0b5f444f2985e63e6366 (patch)
tree81bcb848d8dd60dc9bb5cb1f1de2c8ecb860a67b
parentd4bfd5ec91881ee0dd71a6942d4bdc825a2e9426 (diff)
downloadmeta-ti-e6deeba806d2145fa16b0b5f444f2985e63e6366.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>
-rw-r--r--conf/machine/include/k3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc
index a5f96087..8109cd02 100644
--- a/conf/machine/include/k3.inc
+++ b/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"