fix: increase TSRAM to 384KB for fvp-tbb-mbedtls-no-cohmem build
This helps to resolve the following build fail:
aarch64-none-elf-ld.bfd: BL31 progbits has exceeded its limit. Consider disabling some features.
make: *** [Makefile:1497: /home/buildslave/workspace/tf-a-builder/trusted-firmware-a/build/fvp/debug/bl31/bl31.elf] Error 1
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
Change-Id: I0b40109bf97ca9b7877fce22583ddd0e3afccd53
diff --git a/tf_config/fvp-tbb-mbedtls-no-cohmem b/tf_config/fvp-tbb-mbedtls-no-cohmem
index 7c49de6..c26ce8f 100644
--- a/tf_config/fvp-tbb-mbedtls-no-cohmem
+++ b/tf_config/fvp-tbb-mbedtls-no-cohmem
@@ -1,5 +1,6 @@
ARM_ROTPK_LOCATION=devel_rsa
CROSS_COMPILE=aarch64-none-elf-
+FVP_TRUSTED_SRAM_SIZE=384
GENERATE_COT=1
PLAT=fvp
ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem