Skip to content

Commit

Permalink
xtensa-build-zephyr.py: Remove IPC4_CONFIG_OVERLAY from PlatformConfig
Browse files Browse the repository at this point in the history
The IPC4_CONFIG_OVERLAY is no longer used, remove it.

Signed-off-by: Peter Ujfalusi <[email protected]>
  • Loading branch information
ujfalusi committed Dec 18, 2023
1 parent ddf70fa commit 684b4c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/xtensa-build-zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 684b4c6

Please sign in to comment.