xtensa-build-zephyr: add imx8 platform

Add imx8 platform for local testing.

TODO: Update xtensa-build-zephyr.sh when Zephyr repo
is updated with imx8 support.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
Iuliana Prodan 2021-07-26 17:28:10 +03:00 committed by Liam Girdwood
parent 214518edea
commit 6556933e83
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,10 @@ build()
PLAT_CONFIG='intel_adsp_cavs25'
RIMAGE_KEY=modules/audio/sof/keys/otc_private_key_3k.pem
;;
imx8)
PLAT_CONFIG='nxp_adsp_imx8'
RIMAGE_KEY='' # no key needed for imx8
;;
*)
echo "Unsupported platform: $platform"
exit 1