Skip to content

Commit

Permalink
xtensa-build-zephyr.py: Re-add imx8ulp to -all
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dbaluta committed Dec 14, 2023
1 parent 45cbf04 commit af3fa41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/xtensa-build-zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ class PlatformConfig:
"hifi4_mscale_v2_0_2_prod",
RIMAGE_KEY = "key param ignored by imx8m"
),
}

# These cannot be built out of the box yet
extra_platform_configs = {
"imx8ulp" : PlatformConfig(
"imx8ulp", "nxp_adsp_imx8ulp",
f"RI-2023.11{xtensa_tools_version_postfix}",
Expand All @@ -145,6 +141,10 @@ class PlatformConfig:
),
}

# These cannot be built out of the box yet
extra_platform_configs = {
}

platform_configs = platform_configs_all.copy()
platform_configs.update(extra_platform_configs)

Expand Down

0 comments on commit af3fa41

Please sign in to comment.