ci/scp-boot-tests: remove rdn1edgex2 test configuration
Following dea6eb1e90cac77e44f97545d41667bdce7e9f18 we remove
rdn1edgex2 from the SCP tests as well.
Change-Id: I42ee81e0f0dd6ab14f1bd6b34c25894499b6e7fc
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
diff --git a/group/scp-boot-tests/fvp-rdn1edge,fvp-rdn1edgex2-tbb:fvp-linux.sgi-fip.sgi-rdn1edgex2-debug b/group/scp-boot-tests/fvp-rdn1edge,fvp-rdn1edgex2-tbb:fvp-linux.sgi-fip.sgi-rdn1edgex2-debug
deleted file mode 100644
index aab4796..0000000
--- a/group/scp-boot-tests/fvp-rdn1edge,fvp-rdn1edgex2-tbb:fvp-linux.sgi-fip.sgi-rdn1edgex2-debug
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
diff --git a/rdn1edgex2_utils.sh b/rdn1edgex2_utils.sh
deleted file mode 100644
index 8c844c4..0000000
--- a/rdn1edgex2_utils.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2020-2021, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-source "$ci_root/fvp_utils.sh"
-
-sgi_prebuilts="${sgi_prebuilts:-$css_downloads/sgi/rdn1edgex2}"
-
-# Pre-built SCP/MCP binaries
-scp_mcp_prebuilts="${scp_mcp_prebuilts:-$scp_mcp_downloads/rdn1e1/release}"
-
-fvp_kernels[fvp-sgi-busybox]="$sgi_prebuilts/Image"
-fvp_initrd_urls[fvp-sgi-ramdisk]="$sgi_prebuilts/ramdisk-busybox.img"
-
-scp_ram_addr=0x0bd80000
-mcp_ram_addr=0x0be00000