Skip to content

Commit

Permalink
xtensa-build-zephyr.py: Add arl-s alias to mtl platform
Browse files Browse the repository at this point in the history
ARL-S is using the same debugkey/community key binary as MTL.

Signed-off-by: Peter Ujfalusi <[email protected]>
  • Loading branch information
ujfalusi authored and kv2019i committed Jan 2, 2024
1 parent d66ad57 commit 98cc1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xtensa-build-zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class PlatformConfig:
"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(
Expand Down

0 comments on commit 98cc1d3

Please sign in to comment.