aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAluvala Sai Akhilesh <aluvala.saiakhilesh@arm.com>2019-10-23 16:22:34 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-12-27 18:17:03 +0530
commitb490a1b1f3f02a03bbe51572ad5b5e5f19e82187 (patch)
treea09e2e736ce5b67e3b322b142179f7a6d8eba8e4
parent4d2921ebe94ff4505f3ad66d77a0a43e30b76e6e (diff)
build-test-acs: allow this script to be usable on rde1edge platform
RD-E1-Edge platform can be validated using ACS test suite. So enable usability of this script on RD-E1-Edge platform. Change-Id: Ia11d754dcd56f44931e6d8e93fd47517361ec628 Signed-off-by: Aluvala Sai Akhilesh <aluvala.saiakhilesh@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 223d126..2c2ca39 100755
--- a/build-test-acs.sh
+++ b/build-test-acs.sh
@@ -31,6 +31,7 @@
declare -A arm_platforms
arm_platforms[sgi575]=1
arm_platforms[rdn1edge]=1
+arm_platforms[rde1edge]=1
# Environment variables
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )