platform: imx: Update build script for compiling with XCC

The tools version and core must be correctly defined in order to be
able to compile for this platform.

Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
This commit is contained in:
Paul Olaru 2019-11-20 10:58:17 +02:00 committed by Liam Girdwood
parent c7b914dd14
commit 75a6a8cce3
1 changed files with 2 additions and 0 deletions

View File

@ -239,8 +239,10 @@ do
then
PLATFORM="imx8"
ARCH="xtensa"
XTENSA_CORE="hifi4_nxp_v3_3_1_2_dev"
ROOT="$pwd/../xtensa-root/xtensa-imx-elf"
HOST="xtensa-imx-elf"
XTENSA_TOOLS_VERSION="RF-2016.4-linux"
fi
if [ $XTENSA_TOOLS_ROOT ]
then