ci: rme run config without secure memory config
Set "secure_memory" to 0 in rme run configurations.
This makes it such the PAS security state is configured
as per GPT.
Change-Id: Ib86b59bb19657fd0b6791cba7f994f2db4cb56eb
Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/run_config/fvp-spm-tftf.rme.bmcov b/run_config/fvp-spm-tftf.rme.bmcov
index 79c5cfc..466ac1f 100644
--- a/run_config/fvp-spm-tftf.rme.bmcov
+++ b/run_config/fvp-spm-tftf.rme.bmcov
@@ -30,6 +30,7 @@
fi
model="$model" \
+ secure_memory="0" \
amu_present="1" \
arch_version="8.6" \
has_branch_target_exception="1" \
diff --git a/run_config/fvp-tftf.rme b/run_config/fvp-tftf.rme
index a9505ef..45782e3 100644
--- a/run_config/fvp-tftf.rme
+++ b/run_config/fvp-tftf.rme
@@ -25,6 +25,7 @@
uart="3" file="hold_uart.exp" track_expect
model="$model" \
+ secure_memory="0" \
amu_present="1" \
arch_version="8.6" \
has_branch_target_exception="1" \