From 90c54a6116a0668156216062f44a5600be0accdb Mon Sep 17 00:00:00 2001 From: Zoran Zhan Date: Fri, 17 May 2024 15:52:29 +0800 Subject: [PATCH] scripts: Add support for MediaTek mt8188 platform Add MediaTek mt8188 platform to the DEFAULT_PLATFORMS list. Signed-off-by: Zoran Zhan --- scripts/xtensa-build-all.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/xtensa-build-all.sh b/scripts/xtensa-build-all.sh index 2143f0fb6be2..952f18184697 100755 --- a/scripts/xtensa-build-all.sh +++ b/scripts/xtensa-build-all.sh @@ -10,16 +10,13 @@ set -e DEFAULT_PLATFORMS=( imx8m rn rmb vangogh - mt8186 mt8195 + mt8186 mt8195 mt8188 ) # Work in progress can be added to this "staging area" without breaking # the -a option for everyone. SUPPORTED_PLATFORMS=( "${DEFAULT_PLATFORMS[@]}" ) -# Waiting for container work in progress -SUPPORTED_PLATFORMS+=( mt8188 ) - # Container work is in progress SUPPORTED_PLATFORMS+=( acp_6_3 )