Skip to content

Commit cdbcba3

Browse files
nxp: imx8ulp: change SOC name to MIMX8UD7
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>
1 parent d15572e commit cdbcba3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tests:
1717
- imx8qm_mek/mimx8qm6/adsp
1818
- imx8qxp_mek/mimx8qx6/adsp
1919
- imx8mp_evk/mimx8ml8/adsp
20-
- imx8ulp_evk/imx8ulp/adsp
20+
- imx8ulp_evk/mimx8ud7/adsp
2121

2222
integration_platforms:
2323
- intel_adsp/cavs25 # TGL
@@ -26,4 +26,4 @@ tests:
2626
- imx8qm_mek/mimx8qm6/adsp
2727
- imx8qxp_mek/mimx8qx6/adsp
2828
- imx8mp_evk/mimx8ml8/adsp
29-
- imx8ulp_evk/imx8ulp/adsp
29+
- imx8ulp_evk/mimx8ud7/adsp

scripts/xtensa-build-zephyr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class PlatformConfig:
139139
RIMAGE_KEY = "key param ignored by imx8m"
140140
),
141141
"imx8ulp" : PlatformConfig(
142-
"imx", "imx8ulp_evk/imx8ulp/adsp",
142+
"imx", "imx8ulp_evk/mimx8ud7/adsp",
143143
f"RI-2023.11{xtensa_tools_version_postfix}",
144144
"hifi4_nxp2_s7_v2_1a_prod",
145145
RIMAGE_KEY = "key param ignored by imx8ulp"

0 commit comments

Comments
 (0)