From 9bf0f37e02044530d67bda22930c6e1fbae357d5 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 26 May 2023 13:27:30 -0500 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/am65xx.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-ti-bsp/conf/machine') diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc index 98895c33..4b2c05e7 100644 --- a/meta-ti-bsp/conf/machine/include/am65xx.inc +++ b/meta-ti-bsp/conf/machine/include/am65xx.inc @@ -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" -- cgit v1.2.3-54-g00ecf