aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2019-10-23 16:34:40 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-12-27 18:16:50 +0530
commit4d2921ebe94ff4505f3ad66d77a0a43e30b76e6e (patch)
treeb06e9f6b2bca1a6ec8e20eab7ecf1ba9fbd63f73
parent84e98fe0dd3a4fb3c5f81af31278085be172a01a (diff)
sgi/busybox: add rdn1edgex2 as a supported platform
Allow the use of busybox boot test build script to be usable for rdn1edge dual chip platform as well. Change-Id: I4223526b5a33ed30071a561a68e7991b0aac4a72 Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@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 be19b7b..70b1d66 100755
--- a/sgi/build-test-busybox.sh
+++ b/sgi/build-test-busybox.sh
@@ -35,6 +35,7 @@ declare -A platforms_sgi
platforms_sgi[sgi575]=1
declare -A platforms_rdinfra
platforms_rdinfra[rdn1edge]=1
+platforms_rdinfra[rdn1edgex2]=1
platforms_rdinfra[rde1edge]=1
platforms_rdinfra[rddaniel]=1