mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
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>
This commit is contained in:
committed by
Ryan Eatmon
parent
6a3c9f0a65
commit
6ce53c14dd
@@ -12,7 +12,7 @@ PR = "${INC_PR}.1"
|
|||||||
|
|
||||||
COMPATIBLE_MACHINE = "j721s2|j784s4|j722s|am62axx|am62pxx"
|
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"
|
SOURCE_WAVE521C = "wave521c_k3_codec_fw.bin"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user