From 3dd6b2f6cfa89380eccce9525690627743287207 Mon Sep 17 00:00:00 2001 From: Brandon Brnich Date: Tue, 23 Apr 2024 15:12:17 -0500 Subject: meta-ti-bsp: cnm-wave-fw: Change target firmware name Upstream driver expects Wave5 firmware to be named "wave521c_k3_codec_fw.bin". Driver probe fails because this compatible isn't being found. Signed-off-by: Brandon Brnich Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb index 1a2e911c..b28bea92 100644 --- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb @@ -12,7 +12,7 @@ PR = "${INC_PR}.1" COMPATIBLE_MACHINE = "j721s2|j784s4|j722s|am62axx|am62pxx" -TARGET_WAVE521C = "wave521c_codec_fw.bin" +TARGET_WAVE521C = "wave521c_k3_codec_fw.bin" SOURCE_WAVE521C = "wave521c_k3_codec_fw.bin" -- cgit v1.2.3-54-g00ecf