ci: increase SRAM limit on configs that are tight
These two configs are quite close to the limit and looking at them
incorrectly causes them to spill over. Bump it.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I292e778ad477ac0e4b1efd3bcb5b81d37e86c078
diff --git a/tf_config/fvp-tbb-mbedtls b/tf_config/fvp-tbb-mbedtls
index 82098c3..d8507b7 100644
--- a/tf_config/fvp-tbb-mbedtls
+++ b/tf_config/fvp-tbb-mbedtls
@@ -1,5 +1,6 @@
ARM_ROTPK_LOCATION=devel_rsa
CROSS_COMPILE=aarch64-none-elf-
+FVP_TRUSTED_SRAM_SIZE=384
GENERATE_COT=1
MBEDTLS_CONFIG_FILE=\"${tf_root}/include/drivers/auth/mbedtls/default_mbedtls_config.h\"
PLAT=fvp