diff mbox series

[meta-ti,master/kirkstone,2/2] conf: machine: am62xx-lp: Default to HS-FS instead of GP

Message ID 20230530154218.21641-2-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone,1/2] conf: machine: am62xx: Default to HS-FS instead of GP | expand

Commit Message

Andrew Davis May 30, 2023, 3:42 p.m. UTC
This matches how we had the symlink for tiboot3.bin before binman.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
index d2064b27..aa9422cd 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
@@ -6,6 +6,6 @@  require conf/machine/include/k3r5.inc
 
 SYSFW_SOC = "am62x"
 SYSFW_CONFIG = "evm"
-SYSFW_SUFFIX = "gp"
+SYSFW_SUFFIX = "hs-fs"
 
 UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"