mirror of https://github.com/thesofproject/sof.git
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:
parent
9f13849fa3
commit
ae36fa5c91
|
@ -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=()
|
||||
|
|
Loading…
Reference in New Issue