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
|
case "$platform" in
|
||||||
apl)
|
apl)
|
||||||
PLAT_CONFIG='intel_adsp_cavs15'
|
PLAT_CONFIG='intel_adsp_cavs15'
|
||||||
# XCC build runs out of memory, tracked as
|
XTENSA_CORE="X4H3I16w2D48w3a_2017_8"
|
||||||
# https://github.com/thesofproject/sof/issues/4645
|
XTENSA_TOOLS_VERSION="RG-2017.8-linux"
|
||||||
unset XTENSA_TOOLS_ROOT
|
|
||||||
#XTENSA_CORE="X4H3I16w2D48w3a_2017_8"
|
|
||||||
#XTENSA_TOOLS_VERSION="RG-2017.8-linux"
|
|
||||||
;;
|
;;
|
||||||
cnl)
|
cnl)
|
||||||
PLAT_CONFIG='intel_adsp_cavs18'
|
PLAT_CONFIG='intel_adsp_cavs18'
|
||||||
|
|
Loading…
Reference in New Issue