summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandni Cherukuri <chandni.cherukuri@arm.com>2019-02-21 14:14:29 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-25 12:27:21 +0530
commit70b7842347a00fcdc95f7d025c36f57816bd7b5d (patch)
tree6a5a230a8ee0e549b387c465664ce65d4e32e23a
parentec435b98d69aa0b640a1f8ca82f9dfa702f8f35d (diff)
sgi/boot: allow boot test script to be usable on SGI-Clark.Ares platform
Add SGI-Clark.Ares platform as a supported platform in busybox boot test script. Change-Id: I890ca1f9f02fb07c52e3fd0b398a2224eeca404f Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
-rwxr-xr-xsgi/boot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgi/boot.sh b/sgi/boot.sh
index fb0c36d..9421413 100755
--- a/sgi/boot.sh
+++ b/sgi/boot.sh
@@ -35,6 +35,7 @@ source sgi_common_util.sh
declare -A sgi_platforms
sgi_platforms[sgi575]=1
+sgi_platforms[sgiclarka]=1
__print_supported_sgi_platforms()
{