summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-26 13:27:30 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:10:22 -0500
commitcb41db9eefa2dee09dec39675541dea51fc6e5e0 (patch)
tree70ea953c48debfb1ecb7fee6184b453249d70445 /meta-ti-bsp/conf/machine
parent4bbb9446f777784cae57d36c43e6cea0b3742907 (diff)
downloadmeta-ti-cb41db9eefa2dee09dec39675541dea51fc6e5e0.tar.gz
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>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc6
1 files changed, 4 insertions, 2 deletions
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 = " \
14 14
15IMAGE_BOOT_FILES += "sysfw.itb" 15IMAGE_BOOT_FILES += "sysfw.itb"
16 16
17# Default sysfw.itb on AM65x is for GP 17# Default on AM65x is for GP
18IMAGE_BOOT_FILES += "tiboot3-am65x-gp-evm.bin"
18IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb" 19IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb"
19 20
20# Since default sysfw.itb on AM65x is for GP, add a version for HS-SE 21# Since default on AM65x is for GP, add a version for HS-SE
22IMAGE_BOOT_FILES += "tiboot3-am65x_sr2-hs-evm.bin"
21IMAGE_BOOT_FILES += "sysfw-am65x_sr2-hs-evm.itb" 23IMAGE_BOOT_FILES += "sysfw-am65x_sr2-hs-evm.itb"
22 24
23TFA_BOARD = "generic" 25TFA_BOARD = "generic"