Skip to content

Commit f9ad848

Browse files
committed
build: xtensa-build-zephyr.py: remove Intel ehl target
Remove the Intel EHL platform from list of aliases. This platform is supported from old stable-v2.2 branch and upgrade to IPC4 is not planned. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent a36b63f commit f9ad848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xtensa-build-zephyr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class PlatformConfig:
138138
f"RG-2017.8{xtensa_tools_version_postfix}",
139139
"cavs2x_LX6HiFi3_2017_8",
140140
"xcc",
141-
aliases = ['adl', 'adl-n', 'ehl', 'rpl'],
141+
aliases = ['adl', 'adl-n', 'rpl'],
142142
ipc4 = True
143143
),
144144
"tgl-h" : PlatformConfig(

0 commit comments

Comments
 (0)