fix(coverity): increase TSRAM for RESET_TO_BL2
This configuration requires a larger Trusted SRAM than 256KB to build,
hence adding an additional 128KB.
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Change-Id: I2a2ac3adb08dd6df6d4c8a3d2d28bda0949f713e
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 8446056..788ddc3 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -155,7 +155,7 @@
clean_build $fvp_common_flags SPD=spmd SPMD_SPM_AT_SEL2=0 SPMC_AT_EL3=1
#BL2 at EL3 support
-clean_build $fvp_common_flags RESET_TO_BL2=1
+clean_build $fvp_common_flags RESET_TO_BL2=1 FVP_TRUSTED_SRAM_SIZE=384
clean_build $fvp_common_flags CROSS_COMPILE=arm-none-eabi- \
ARCH=aarch32 AARCH32_SP=sp_min RESET_TO_BL2=1