xtensa-build-all.sh: add rmb to default platforms built with `-a`

The rmb toolchain was added in commit 4e85dfc95f ("docker: add
AMD/Rembrandt gcc toolchain") and before.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2022-08-31 12:58:21 +00:00 committed by Liam Girdwood
parent be5139ad43
commit 8328cc50a9
1 changed files with 1 additions and 2 deletions

View File

@ -8,12 +8,11 @@ set -e
# Platforms with a toolchain available in the latest Docker image and
# built by the -a option.
DEFAULT_PLATFORMS=( byt cht bdw hsw tgl tgl-h apl skl kbl cnl sue icl jsl \
imx8 imx8x imx8m imx8ulp rn mt8186 mt8195 )
imx8 imx8x imx8m imx8ulp rn rmb mt8186 mt8195 )
# Work in progress can be added to this "staging area" without breaking
# the -a option for everyone.
SUPPORTED_PLATFORMS=( "${DEFAULT_PLATFORMS[@]}" )
SUPPORTED_PLATFORMS=( "${DEFAULT_PLATFORMS[@]}" rmb)
BUILD_ROM=no
BUILD_DEBUG=no