1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-18 02:29:32 +00:00

conf: machine: am65xx: Also deploy full named tiboot3.bin files

The platforms with combined boot image have full names for tiboot3.bin
and to keep things consistent we can do the same here. Deploy these files.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Andrew Davis
2023-05-26 13:27:30 -05:00
committed by Ryan Eatmon
parent 4bbb9446f7
commit cb41db9eef

View File

@@ -14,10 +14,12 @@ KERNEL_DEVICETREE = " \
IMAGE_BOOT_FILES += "sysfw.itb"
# Default sysfw.itb on AM65x is for GP
# Default on AM65x is for GP
IMAGE_BOOT_FILES += "tiboot3-am65x-gp-evm.bin"
IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb"
# Since default sysfw.itb on AM65x is for GP, add a version for HS-SE
# Since default on AM65x is for GP, add a version for HS-SE
IMAGE_BOOT_FILES += "tiboot3-am65x_sr2-hs-evm.bin"
IMAGE_BOOT_FILES += "sysfw-am65x_sr2-hs-evm.itb"
TFA_BOARD = "generic"