From fc2cffe84fc11ced95d0430e80aa3517d4bc313f Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Fri, 2 May 2025 17:43:38 +0300 Subject: [PATCH] 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 --- scripts/xtensa-build-zephyr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xtensa-build-zephyr.py b/scripts/xtensa-build-zephyr.py index ff377b56f0b4..f3c72c78d213 100755 --- a/scripts/xtensa-build-zephyr.py +++ b/scripts/xtensa-build-zephyr.py @@ -138,7 +138,7 @@ class PlatformConfig: f"RG-2017.8{xtensa_tools_version_postfix}", "cavs2x_LX6HiFi3_2017_8", "xcc", - aliases = ['adl', 'adl-n', 'ehl', 'rpl'], + aliases = ['adl', 'adl-n', 'rpl'], ipc4 = True ), "tgl-h" : PlatformConfig(