[PATCH] ARM: k3: beagleplay: Use correct file for GP device
Sascha Hauer
s.hauer at pengutronix.de
Sun Jan 19 22:49:10 PST 2025
The beagleplay has a GP device and as such needs the GP firmware, not
the HS-FS firmware.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
images/Makefile.k3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/images/Makefile.k3 b/images/Makefile.k3
index b182b06701..466a84af99 100644
--- a/images/Makefile.k3
+++ b/images/Makefile.k3
@@ -26,7 +26,7 @@ ifdef CONFIG_MACH_K3_CORTEX_R5
SYSFWDATA_am625=$(objtree)/arch/arm/mach-k3/combined-sysfw-cfg-am625.k3cfg
DMDATA_am625=$(objtree)/arch/arm/mach-k3/combined-dm-cfg-am625.k3cfg
SYSFW_am625_hs_fs=$(srctree)/firmware/ti-fs-firmware-am62x-hs-fs-enc.bin
-SYSFW_am625_gp=$(srctree)/firmware/ti-fs-firmware-am62x-hs-fs-enc.bin
+SYSFW_am625_gp=$(srctree)/firmware/ti-fs-firmware-am62x-gp.bin
INNERDATA_am625=$(srctree)/firmware/ti-fs-firmware-am62x-hs-fs-cert.bin
KEY_custmpk=$(srctree)/arch/arm/mach-k3/custMpk.pem
KEY_degenerate=$(srctree)/arch/arm/mach-k3/ti-degenerate-key.pem
--
2.39.5
More information about the barebox
mailing list