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 <[email protected]>
  • Loading branch information
LaurentiuM1234 committed Mar 14, 2024
1 parent d15572e commit cdbcba3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tests:
- imx8qm_mek/mimx8qm6/adsp
- imx8qxp_mek/mimx8qx6/adsp
- imx8mp_evk/mimx8ml8/adsp
- imx8ulp_evk/imx8ulp/adsp
- imx8ulp_evk/mimx8ud7/adsp

integration_platforms:
- intel_adsp/cavs25 # TGL
Expand All @@ -26,4 +26,4 @@ tests:
- imx8qm_mek/mimx8qm6/adsp
- imx8qxp_mek/mimx8qx6/adsp
- imx8mp_evk/mimx8ml8/adsp
- imx8ulp_evk/imx8ulp/adsp
- imx8ulp_evk/mimx8ud7/adsp
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 cdbcba3

Please sign in to comment.