summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Brnich <b-brnich@ti.com>2024-04-23 15:12:17 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-26 16:28:55 -0500
commit6ce53c14ddb72e950df21ff7c0bbadfc2e7b2e12 (patch)
treefaf3b51282165f81c8ea3b374cd15b5f07fde0ec
parent6a3c9f0a654338d3d686932f440a75aadf62d360 (diff)
downloadmeta-ti-6ce53c14ddb72e950df21ff7c0bbadfc2e7b2e12.tar.gz
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 <b-brnich@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
12 12
13COMPATIBLE_MACHINE = "j721s2|j784s4|j722s|am62axx|am62pxx" 13COMPATIBLE_MACHINE = "j721s2|j784s4|j722s|am62axx|am62pxx"
14 14
15TARGET_WAVE521C = "wave521c_codec_fw.bin" 15TARGET_WAVE521C = "wave521c_k3_codec_fw.bin"
16 16
17SOURCE_WAVE521C = "wave521c_k3_codec_fw.bin" 17SOURCE_WAVE521C = "wave521c_k3_codec_fw.bin"
18 18