Sync run_config files with internal CI

Signed-off-by: Zelalem <zelalem.aweke@arm.com>
Change-Id: I0b8e637832f85ad9f36355632ece115c696a8274
diff --git a/run_config/fvp-cortexa75x4 b/run_config/fvp-cortexa75x4
index 4c8cb1c..110834b 100644
--- a/run_config/fvp-cortexa75x4
+++ b/run_config/fvp-cortexa75x4
@@ -6,6 +6,8 @@
 #
 
 post_fetch_tf_resource() {
-	model="cortex-a75x4" gen_model_params
+	model="cortex-a75x4" \
+	cache_state_modelled="0" \
+	gen_model_params
 	uart="0" set_expect_variable "num_cpus" "4"
 }