mirror of https://github.com/thesofproject/sof.git
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:
parent
4337831643
commit
6ce3237509
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue