LNL: Add new platform to RI_INFO_FIXME

The LNL platform added to RI_INFO_FIXME
list in build script.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
This commit is contained in:
Jaroslaw Stelter 2022-11-28 11:17:32 +01:00 committed by Kai Vehmanen
parent 02635875fb
commit 2df3cba533
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ RI_INFO_UNSUPPORTED += ['rn']
RI_INFO_UNSUPPORTED += ['mt8186', 'mt8195']
# sof_ri_info.py has not caught up with the latest rimage yet: these will print a warning.
RI_INFO_FIXME = ['mtl']
RI_INFO_FIXME = ['mtl', 'lnl']
def reproducible_checksum(platform, ri_file):