mirror of https://github.com/thesofproject/sof.git
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 <peter.ujfalusi@linux.intel.com>
This commit is contained in:
parent
38a730b9c9
commit
4d0da9896b
|
@ -82,7 +82,6 @@ class PlatformConfig:
|
||||||
XTENSA_CORE: str
|
XTENSA_CORE: str
|
||||||
DEFAULT_TOOLCHAIN_VARIANT: str = "xt-clang"
|
DEFAULT_TOOLCHAIN_VARIANT: str = "xt-clang"
|
||||||
RIMAGE_KEY: pathlib.Path = pathlib.Path(SOF_TOP, "keys", "otc_private_key_3k.pem")
|
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)
|
aliases: list = dataclasses.field(default_factory=list)
|
||||||
|
|
||||||
# These can all be built out of the box. --all builds all these.
|
# These can all be built out of the box. --all builds all these.
|
||||||
|
|
Loading…
Reference in New Issue