test: increase FVP Trusted SRAM where necessary
The TF-A configurations used by some tests require a larger Trusted SRAM
than the 256KB default. This increases the Trusted SRAM of these tests
to 384KB.
Signed-off-by: Chris Kay <chris.kay@arm.com>
Change-Id: If9a09d32472d8db78bd375da343a8feca6f82044
diff --git a/tf_config/fvp-spm-measured-boot b/tf_config/fvp-spm-measured-boot
index fb6c81e..5336a8f 100644
--- a/tf_config/fvp-spm-measured-boot
+++ b/tf_config/fvp-spm-measured-boot
@@ -10,3 +10,4 @@
SP_LAYOUT_FILE=${tftf_root}/build/fvp/${bin_mode}/sp_layout.json
MEASURED_BOOT=1
USE_ROMLIB=1
+FVP_TRUSTED_SRAM_SIZE=384