aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandni Cherukuri <chandni.cherukuri@arm.com>2019-02-21 23:11:31 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-25 11:11:27 +0530
commit7a56c060d650ac99c5244cb61614889842542e16 (patch)
treeeed39640e26a1177fe81b4f1f2304b8e6394dc84
parentac54f74d9c0e6ff09d8c6ec7e93854f97289b0b4 (diff)
sgi/busybox: add sgiclarka as a supported platform
Allow the use of busybox boot test build script to be usable for SGI-Clark.Ares platform as well. Change-Id: I30f5d60dc70d9b7d3b33ff90c752ebe898e5032e Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
-rwxr-xr-xsgi/build-test-busybox.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgi/build-test-busybox.sh b/sgi/build-test-busybox.sh
index a8ba182..0cd4386 100755
--- a/sgi/build-test-busybox.sh
+++ b/sgi/build-test-busybox.sh
@@ -31,6 +31,7 @@
#List of supported
declare -A sgi_platforms
sgi_platforms[sgi575]=1
+sgi_platforms[sgiclarka]=1
__print_supported_sgi_platforms()
{