1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

arm-bsp/trusted-firmware-a: increase BL2 size for TC

The new mbedtls version (v2.28) increase the size of TF-A slightly.
This commit increases the size of BL2 for TC, so that TF-A with updated
mbedtls version can fit.

Signed-off-by: Emekcan Aras <Emekcan.Aras@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
emeara01
2022-05-18 14:13:56 +01:00
committed by Jon Mason
parent aa4d137309
commit c42e8bbf4e
@@ -22,10 +22,10 @@ index ccabced9e..f45457b9f 100644
*/
#if TRUSTED_BOARD_BOOT
-# define PLAT_ARM_MAX_BL2_SIZE 0x20000
+# define PLAT_ARM_MAX_BL2_SIZE 0x22000
+# define PLAT_ARM_MAX_BL2_SIZE 0x25000
#else
-# define PLAT_ARM_MAX_BL2_SIZE 0x14000
+# define PLAT_ARM_MAX_BL2_SIZE 0x16000
+# define PLAT_ARM_MAX_BL2_SIZE 0x19000
#endif
/*