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:29 -0500
commit3dd6b2f6cfa89380eccce9525690627743287207 (patch)
treeabe16481d976d24edcb480d2abebf8884f64fe28
parent84388671bab53628c1a4269f89a7fcf8689c13de (diff)
downloadmeta-ti-3dd6b2f6cfa89380eccce9525690627743287207.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