From 684b4c69fa4de864b036f6e1aa886abc6ceeeb0a Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Fri, 15 Dec 2023 14:11:08 +0200 Subject: [PATCH] xtensa-build-zephyr.py: Remove IPC4_CONFIG_OVERLAY from PlatformConfig The IPC4_CONFIG_OVERLAY is no longer used, remove it. Signed-off-by: Peter Ujfalusi --- scripts/xtensa-build-zephyr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/xtensa-build-zephyr.py b/scripts/xtensa-build-zephyr.py index 01347e1cce83..b2fe259d682a 100755 --- a/scripts/xtensa-build-zephyr.py +++ b/scripts/xtensa-build-zephyr.py @@ -82,7 +82,6 @@ class PlatformConfig: XTENSA_CORE: str DEFAULT_TOOLCHAIN_VARIANT: str = "xt-clang" RIMAGE_KEY: pathlib.Path = pathlib.Path(SOF_TOP, "keys", "otc_private_key_3k.pem") - IPC4_CONFIG_OVERLAY: str = "ipc4_overlay.conf" aliases: list = dataclasses.field(default_factory=list) # These can all be built out of the box. --all builds all these.