mirror of https://github.com/thesofproject/sof.git
xtensa-build-zephyr.py: Add arl-s alias to mtl platform
ARL-S is using the same debugkey/community key binary as MTL. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
This commit is contained in:
parent
d66ad570e8
commit
98cc1d3da3
|
@ -109,7 +109,7 @@ platform_configs_all = {
|
|||
"intel", "intel_adsp_ace15_mtpm",
|
||||
f"RI-2022.10{xtensa_tools_version_postfix}",
|
||||
"ace10_LX7HiFi4_2022_10",
|
||||
aliases = ['arl'],
|
||||
aliases = ['arl', 'arl-s'],
|
||||
ipc4 = True
|
||||
),
|
||||
"lnl" : PlatformConfig(
|
||||
|
|
Loading…
Reference in New Issue