summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-10-25 18:09:30 -0500
committerRyan Eatmon <reatmon@ti.com>2022-10-25 18:12:17 -0500
commitaf18cae88645dc288118aecb379380015ac1daee (patch)
tree15cbf56af8969247483282888a4515e0ed56be71
parent8e15197d2c747b84bbafdd15387eece168382881 (diff)
downloadmeta-ti-af18cae88645dc288118aecb379380015ac1daee.tar.gz
cnm-wave-fw: update firmware name to wave521c_k3_codec_fw.bin
update firmware name to wave521c_k3_codec_fw.bin to align with linux-firmware main branch. the following patch is part of ti-linux-firmware thru mainline sync. commit 48407ffd ("cnm: update chips&media wave521c firmware.") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
index b5ad3e31..4c9c8d31 100644
--- a/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
+++ b/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
@@ -20,10 +20,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21TARGET_WAVE521C = "wave521c_codec_fw.bin" 21TARGET_WAVE521C = "wave521c_codec_fw.bin"
22 22
23SOURCE_WAVE521C = "wave521c_codec_fw.bin" 23SOURCE_WAVE521C = "wave521c_k3_codec_fw.bin"
24SOURCE_WAVE521C_j721s2-evm = "wave521c_j721s2_codec_fw.bin"
25SOURCE_WAVE521C_j721s2-hs-evm = "wave521c_j721s2_codec_fw.bin"
26SOURCE_WAVE521C_j784s4-evm = "wave521c_j721s2_codec_fw.bin"
27 24
28ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] = "${base_libdir}/firmware/${TARGET_WAVE521C}" 25ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] = "${base_libdir}/firmware/${TARGET_WAVE521C}"
29ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${base_libdir}/firmware/cnm/${TARGET_WAVE521C}" 26ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${base_libdir}/firmware/cnm/${TARGET_WAVE521C}"