summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am65xx-evm.conf
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/am65xx-evm.conf
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/am65xx-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-evm.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-evm.conf b/meta-ti-bsp/conf/machine/am65xx-evm.conf
index 8b6ef546..63f2ecc5 100644
--- a/meta-ti-bsp/conf/machine/am65xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-evm.conf
@@ -2,6 +2,8 @@
2#@NAME: AM65xx EVM 2#@NAME: AM65xx EVM
3#@DESCRIPTION: Machine configuration for the TI AM65xx EVM 3#@DESCRIPTION: Machine configuration for the TI AM65xx EVM
4 4
5SYSFW_SUFFIX = "gp"
6
5require conf/machine/include/am65xx.inc 7require conf/machine/include/am65xx.inc
6 8
7UBOOT_MACHINE = "am65x_evm_a53_defconfig" 9UBOOT_MACHINE = "am65x_evm_a53_defconfig"