diff --git a/scripts/xtensa-build-zephyr.py b/scripts/xtensa-build-zephyr.py index 465c87d6e896..5ce0c633ae7c 100755 --- a/scripts/xtensa-build-zephyr.py +++ b/scripts/xtensa-build-zephyr.py @@ -91,12 +91,6 @@ class PlatformConfig: # These cannot be built by everyone out of the box yet. # For instance: there's no open-source toolchain available for them yet. extra_platform_configs = { - "ptl" : PlatformConfig( - "intel", "intel_adsp/ace30/ptl", - f"RI-2022.10{xtensa_tools_version_postfix}", - "ace30_LX7HiFi4_PIF", - ipc4 = True - ), "ptl-sim" : PlatformConfig( "intel", "intel_adsp/ace30/ptl/sim", f"RI-2022.10{xtensa_tools_version_postfix}", @@ -145,6 +139,12 @@ class PlatformConfig: "ace10_LX7HiFi4_2022_10", ipc4 = True ), + "ptl" : PlatformConfig( + "intel", "intel_adsp/ace30/ptl", + f"RI-2022.10{xtensa_tools_version_postfix}", + "ace30_LX7HiFi4_PIF", + ipc4 = True + ), # NXP platforms "imx8" : PlatformConfig(