summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/cnm-wave-fw
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-11-04 22:46:44 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commit5c35b2fa8767021a6235469a347cbb9f301d342f (patch)
tree1c49a6d574eb4cbacf83e5a7ee643928fc49274a /meta-ti-bsp/recipes-bsp/cnm-wave-fw
parente8d72862665572f98d8d22a3bec2bafa42556b39 (diff)
downloadmeta-ti-5c35b2fa8767021a6235469a347cbb9f301d342f.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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/cnm-wave-fw')
-rw-r--r--meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb4
1 files changed, 1 insertions, 3 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 72dcca00..0e8ed897 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
@@ -20,9 +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 = "wave521c_j721s2_codec_fw.bin"
25SOURCE_WAVE521C:j784s4 = "wave521c_j721s2_codec_fw.bin"
26 24
27ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/${TARGET_WAVE521C}" 25ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/${TARGET_WAVE521C}"
28ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}" 26ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}"