fix(fvp): remove Cortex-A72x4-A53x4 leftovers
FVP_Base-A72x4-A53x4 support was removed in fa86cf6c but this file still
exists. Remove it.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Icfdda9d5cf2dc9ff710270cbefcf78b2fa921906
diff --git a/model/cortex-a72x4-a53x4.sh b/model/cortex-a72x4-a53x4.sh
deleted file mode 100644
index f96a5b7..0000000
--- a/model/cortex-a72x4-a53x4.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-A72x4-A53x4"
-
-source "$ci_root/model/fvp_common.sh"
-
-cat <<EOF >>"$model_param_file"
--C bp.terminal_0.start_port=5000
--C bp.terminal_1.start_port=5001
--C bp.terminal_2.start_port=5002
--C bp.terminal_3.start_port=5003
-
-${reset_to_bl31+-C cluster0.cpu0.RVBARADDR=${bl31_addr:?}}
-${reset_to_bl31+-C cluster0.cpu1.RVBARADDR=${bl31_addr:?}}
-${reset_to_bl31+-C cluster0.cpu2.RVBARADDR=${bl31_addr:?}}
-${reset_to_bl31+-C cluster0.cpu3.RVBARADDR=${bl31_addr:?}}
-${reset_to_bl31+-C cluster1.cpu0.RVBARADDR=${bl31_addr:?}}
-${reset_to_bl31+-C cluster1.cpu1.RVBARADDR=${bl31_addr:?}}
-${reset_to_bl31+-C cluster1.cpu2.RVBARADDR=${bl31_addr:?}}
-${reset_to_bl31+-C cluster1.cpu3.RVBARADDR=${bl31_addr:?}}
-
-EOF