zephyr: apl: re-enable building with XCC

Zephyr XCC builds for Apollolake can be re-enabled now after the RAM
footprint has been reduced.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2021-10-07 10:10:18 +02:00 committed by Liam Girdwood
parent 4337831643
commit 6ce3237509
1 changed files with 2 additions and 5 deletions

View File

@ -150,11 +150,8 @@ build_all()
case "$platform" in
apl)
PLAT_CONFIG='intel_adsp_cavs15'
# XCC build runs out of memory, tracked as
# https://github.com/thesofproject/sof/issues/4645
unset XTENSA_TOOLS_ROOT
#XTENSA_CORE="X4H3I16w2D48w3a_2017_8"
#XTENSA_TOOLS_VERSION="RG-2017.8-linux"
XTENSA_CORE="X4H3I16w2D48w3a_2017_8"
XTENSA_TOOLS_VERSION="RG-2017.8-linux"
;;
cnl)
PLAT_CONFIG='intel_adsp_cavs18'