aboutsummaryrefslogtreecommitdiff
path: root/build-test-acs.sh
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-02-25 11:10:08 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-25 11:11:27 +0530
commit7ac067db3c65b105b0fe74664ffb0e84f6fb269d (patch)
treee4635b16326ae10d5b03a43a4942b7aaba964c52 /build-test-acs.sh
parent73c9191c2c27e8485972723d442d8c4b22e4d044 (diff)
build-test-acs: allow this script to be usable on sgiclarkh platform
SGI-Clark.Helios platform can be validated using ACS test suite. So enable usability of this script on SGI-Clark.Helios platform. Change-Id: Ifd903019fbf9f6f9477d17728d1cfef7061f77b6
Diffstat (limited to 'build-test-acs.sh')
-rwxr-xr-xbuild-test-acs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-test-acs.sh b/build-test-acs.sh
index d8a4c32..73335b2 100755
--- a/build-test-acs.sh
+++ b/build-test-acs.sh
@@ -31,6 +31,7 @@
declare -A arm_platforms
arm_platforms[sgi575]=1
arm_platforms[sgiclarka]=1
+arm_platforms[sgiclarkh]=1
# Environment variables
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )