Skip to content

Commit

Permalink
scripts: Add support for MediaTek mt8188 platform
Browse files Browse the repository at this point in the history
Add MediaTek mt8188 platform to the DEFAULT_PLATFORMS list.

Signed-off-by: Zoran Zhan <[email protected]>
  • Loading branch information
zoran055 authored and kv2019i committed May 27, 2024
1 parent 10de58d commit 90c54a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/xtensa-build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down

0 comments on commit 90c54a6

Please sign in to comment.