summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-05-16 11:42:23 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-17 09:46:34 -0500
commit6eb5ffb743ef7e9c69915cd577fe3ce5c3e3deb9 (patch)
treefe1cb04df6a0d61da224bb436cafd3e3ea87a676 /meta-ti-bsp/conf/machine/include/am65xx.inc
parent49c17fb2775c814cca54ca53a77a5e3eb515bf3a (diff)
downloadmeta-ti-6eb5ffb743ef7e9c69915cd577fe3ce5c3e3deb9.tar.gz
ti-sci-fw: Add SYSFW_SUFFIX to SYSFW_BINARY to match k3-image-gen
k3_image_gen added the suffix to the sysfw binary to differentiate between GP and HS binaries. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am65xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 9cbce243..10d2f293 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -18,10 +18,10 @@ do_image_complete[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy"
18# Default sysfw.itb on AM65x is for SR2.0 18# Default sysfw.itb on AM65x is for SR2.0
19BBMULTICONFIG += "k3r5-sr2" 19BBMULTICONFIG += "k3r5-sr2"
20do_image_complete[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" 20do_image_complete[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
21IMAGE_BOOT_FILES += "sysfw.itb" 21IMAGE_BOOT_FILES += "sysfw.itb sysfw-am65x_sr2-${SYSFW_SUFFIX}-evm.itb"
22 22
23# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0 23# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0
24IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb" 24IMAGE_BOOT_FILES += "sysfw-am65x-${SYSFW_SUFFIX}-evm.itb"
25 25
26TFA_BOARD = "generic" 26TFA_BOARD = "generic"
27 27