Skip to content

Commit af3fa41

Browse files
committed
xtensa-build-zephyr.py: Re-add imx8ulp to -all
This re-adds imx8ulp to --all platform list. This was removed in commit 7737efa ("xtensa-build-zephyr.py: remove imx8ulp from --all") Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent 45cbf04 commit af3fa41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/xtensa-build-zephyr.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ class PlatformConfig:
133133
"hifi4_mscale_v2_0_2_prod",
134134
RIMAGE_KEY = "key param ignored by imx8m"
135135
),
136-
}
137-
138-
# These cannot be built out of the box yet
139-
extra_platform_configs = {
140136
"imx8ulp" : PlatformConfig(
141137
"imx8ulp", "nxp_adsp_imx8ulp",
142138
f"RI-2023.11{xtensa_tools_version_postfix}",
@@ -145,6 +141,10 @@ class PlatformConfig:
145141
),
146142
}
147143

144+
# These cannot be built out of the box yet
145+
extra_platform_configs = {
146+
}
147+
148148
platform_configs = platform_configs_all.copy()
149149
platform_configs.update(extra_platform_configs)
150150

0 commit comments

Comments
 (0)