diff options
| author | Andrew Davis <afd@ti.com> | 2025-08-18 14:01:46 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-08-19 09:00:28 -0500 |
| commit | 10436a27a2e0aec4eedc6aab82b9e1911cf79155 (patch) | |
| tree | 34046bd9f45e2e9c18eb3ce7e22b332db8a1c4ce /meta-ti-bsp/conf/machine/include/k3.inc | |
| parent | bf71f80f3e8d7dc77f9e32389f922e762f87eec2 (diff) | |
| download | meta-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.inc | 2 |
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 | ||
| 44 | IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" | 44 | IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" |
| 45 | 45 | ||
| 46 | IMAGE_BOOT_FILES ?= "${SPL_BINARYNAME} u-boot.${UBOOT_SUFFIX} tiboot3.bin" | 46 | IMAGE_BOOT_FILES ?= "${SPL_BINARYNAME} u-boot.${UBOOT_SUFFIX} tiboot3.bin tiboot3-*-evm.bin" |
| 47 | IMAGE_EFI_BOOT_FILES ?= "${IMAGE_BOOT_FILES}" | 47 | IMAGE_EFI_BOOT_FILES ?= "${IMAGE_BOOT_FILES}" |
| 48 | 48 | ||
| 49 | EFI_PROVIDER ?= "grub-efi" | 49 | EFI_PROVIDER ?= "grub-efi" |
