xtensa-build-zephyr: build ICL by default again

ICL linking overlap issue has been fixed by
https://github.com/zephyrproject-rtos/zephyr/pull/39603

This is a logical revert of commit d4b8a01f20 ("xtensa-build-zephyr:
temporarily exclude ICL")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-11-25 06:44:47 +00:00 committed by Liam Girdwood
parent 9f13849fa3
commit ae36fa5c91
1 changed files with 3 additions and 4 deletions

View File

@ -18,10 +18,9 @@ SUPPORTED_PLATFORMS+=(imx8 imx8x imx8m)
# -a
DEFAULT_PLATFORMS=("${SUPPORTED_PLATFORMS[@]}")
# REVERTME: temporarily exclude ICL because of .noinit/.cached section
# overlap and build failure
# https://github.com/zephyrproject-rtos/zephyr/pull/40319
unset DEFAULT_PLATFORMS[2]
# How to exclude one platform from the default builds while leaving it
# possible to build individually:
# unset DEFAULT_PLATFORMS[2]
BUILD_JOBS=$(nproc --all)
PLATFORMS=()