Skip to content

Commit

Permalink
nxp: imx8ulp: change SOC name to MIMX8UD7
Browse files Browse the repository at this point in the history
Zephyr PR#70219 changes i.MX8ULP's SOC name to MIMX8UD7.
As such, we need to update the board configuration file
and the SOC name inside `xtensa-build-zephyr.py` to use
the new SOC name.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
  • Loading branch information
LaurentiuM1234 committed Mar 14, 2024
1 parent 727ad82 commit f0bd44e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/xtensa-build-zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class PlatformConfig:
RIMAGE_KEY = "key param ignored by imx8m"
),
"imx8ulp" : PlatformConfig(
"imx", "imx8ulp_evk/imx8ulp/adsp",
"imx", "imx8ulp_evk/mimx8ud7/adsp",
f"RI-2023.11{xtensa_tools_version_postfix}",
"hifi4_nxp2_s7_v2_1a_prod",
RIMAGE_KEY = "key param ignored by imx8ulp"
Expand Down

0 comments on commit f0bd44e

Please sign in to comment.