summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/k3.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-08-18 14:01:46 -0500
committerRyan Eatmon <reatmon@ti.com>2025-08-19 09:00:28 -0500
commit10436a27a2e0aec4eedc6aab82b9e1911cf79155 (patch)
tree34046bd9f45e2e9c18eb3ce7e22b332db8a1c4ce /meta-ti-bsp/conf/machine/include/k3.inc
parentbf71f80f3e8d7dc77f9e32389f922e762f87eec2 (diff)
downloadmeta-ti-10436a27a2e0aec4eedc6aab82b9e1911cf79155.tar.gz
meta-ti-bsp: Add all tiboot3.bin and sysfw.itb variants by wildcard
U-Boot generates all the valid versions of tiboot3.bin and sysfw.itb based on the given defconfig. The defaults are also picked based on the board's binman files. No need to duplicate this logic here, simply deploy what U-Boot generates. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/k3.inc')
-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 aa59f710..50411a8e 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -43,7 +43,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-pka-fw"
43 43
44IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" 44IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
45 45
46IMAGE_BOOT_FILES ?= "${SPL_BINARYNAME} u-boot.${UBOOT_SUFFIX} tiboot3.bin" 46IMAGE_BOOT_FILES ?= "${SPL_BINARYNAME} u-boot.${UBOOT_SUFFIX} tiboot3.bin tiboot3-*-evm.bin"
47IMAGE_EFI_BOOT_FILES ?= "${IMAGE_BOOT_FILES}" 47IMAGE_EFI_BOOT_FILES ?= "${IMAGE_BOOT_FILES}"
48 48
49EFI_PROVIDER ?= "grub-efi" 49EFI_PROVIDER ?= "grub-efi"