fix(tf-cov-make): increase dualroot SRAM size

Increase the Trusted SRAM size to accomodate a larger BL31 progbits. As
with other configurations, the default size of the FVP SRAM is smaller
than what we need. We provide a manual override for the size via
FVP_TRUSTED_SRAM_SIZE. Use this to fix the resulting build failure.

Change-Id: Ic0630f25db611ec86da0605b0bdf84bb19a027b2
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 2c8ed85..535e424 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -66,7 +66,8 @@
     SPD_PNCD_S_IRQ=15 FVP_TRUSTED_SRAM_SIZE=384
 
 # Dualroot chain of trust.
-clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=tspd COT=dualroot
+clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=tspd COT=dualroot \
+    FVP_TRUSTED_SRAM_SIZE=384
 
 # FEAT_RME with CCA chain of trust.
 clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} USE_ROMLIB=1 \