imx8m: scripts: Add XCC build configuration for Zephyr

This configuration is build tested, builds fine.

Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
This commit is contained in:
Paul Olaru 2023-04-26 18:33:02 +03:00 committed by Daniel Baluta
parent 7f1be246bd
commit b09d1afabc
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@ platform_configs = {
), ),
"imx8m" : PlatformConfig( "imx8m" : PlatformConfig(
"imx8m", "nxp_adsp_imx8m", "imx8m", "nxp_adsp_imx8m",
None, None, f"RI-2023.11{xtensa_tools_version_postfix}",
"hifi4_mscale_v2_0_2_prod",
RIMAGE_KEY = "key param ignored by imx8m" RIMAGE_KEY = "key param ignored by imx8m"
), ),
} }