From 54fc7cef417a91c0066be5d5960f9440a7ce6448 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 30 May 2023 10:42:18 -0500 Subject: [PATCH] conf: machine: am62xx-lp: Default to HS-FS instead of GP This matches how we had the symlink for tiboot3.bin before binman. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"