aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-02-22 10:12:21 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-25 10:43:09 +0530
commit73c9191c2c27e8485972723d442d8c4b22e4d044 (patch)
tree8b5c6d39ef5b265c812433985969a05103cbfca1
parente575d5948a984f71c9a00170464be5763c984de9 (diff)
build-test-acs: allow this script to be usable on sgiclarka platform
SGI-Clark.Ares platform can be validated using ACS test suite. So enable usability of this script on SGI-Clark.Ares platform. Change-Id: Id8abad4420e86435c1cbf255571db31cb4a1a26f Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-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 e79c632..d8a4c32 100755
--- a/build-test-acs.sh
+++ b/build-test-acs.sh
@@ -30,6 +30,7 @@
declare -A arm_platforms
arm_platforms[sgi575]=1
+arm_platforms[sgiclarka]=1
# Environment variables
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )