fix(fvp): remove the bp.refcounter.use_real_time parameter
It is deprecated in 11.28 (which is the models CI currently uses) and
removed in more recent models. On model where it is present, the default
is the same as what we set it to so it's redundant.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Ieefdc76b1d3ea04b57694526c4320a1d661e787b
diff --git a/model/base-aemva-common.sh b/model/base-aemva-common.sh
index 7bbc6bf..1aa23dc 100644
--- a/model/base-aemva-common.sh
+++ b/model/base-aemva-common.sh
@@ -201,7 +201,6 @@
if [ "$has_rme" = "1" ]; then
cat <<EOF >>"$model_param_file"
-C bp.refcounter.non_arch_start_at_default=1
--C bp.refcounter.use_real_time=0
-C bp.has_rme=1
EOF
fi