aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2019-02-24 21:35:52 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-25 11:11:28 +0530
commitc8d1801f380313681c478cab0a8f9e1e9e16a230 (patch)
treead3ddee5678d24db6630e13014e8ba2d883b3eb1
parent86902e11e0349681f3f2cd508812aa86c175851f (diff)
sgi/build-test-kvm: allow this script to be usable on sgiclarkh platform
SGI-Clark.Helios platform can be used to support kvm and launch multiple VMs. So allow this test script to be used on SGI-Clark.Helios platform. Change-Id: I4a85dad1d580712d70b2314184e1c29b94a999da Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-rwxr-xr-xsgi/build-test-kvm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgi/build-test-kvm.sh b/sgi/build-test-kvm.sh
index fe70fb4..96a8508 100755
--- a/sgi/build-test-kvm.sh
+++ b/sgi/build-test-kvm.sh
@@ -32,6 +32,7 @@
declare -A sgi_platforms
sgi_platforms[sgi575]=1
sgi_platforms[sgiclarka]=1
+sgi_platforms[sgiclarkh]=1
__print_supported_sgi_platforms()
{