From 6eb5ffb743ef7e9c69915cd577fe3ce5c3e3deb9 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Tue, 16 May 2023 11:42:23 -0500 Subject: 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 --- meta-ti-bsp/conf/machine/am65xx-evm.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ti-bsp/conf/machine/am65xx-evm.conf') 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 @@ #@NAME: AM65xx EVM #@DESCRIPTION: Machine configuration for the TI AM65xx EVM +SYSFW_SUFFIX = "gp" + require conf/machine/include/am65xx.inc UBOOT_MACHINE = "am65x_evm_a53_defconfig" -- cgit v1.2.3-54-g00ecf