fix(tc): increase BL2 maximum size limit

Increase the size of BL2 to build TC2 with GPT support enabled
and a config modification of mbedTLS.

Change-Id: I6d2f466144f2bbffd3387bc40bc86ab733febce1
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
Manish V Badarkhe 2023-12-21 09:28:27 +00:00
parent a93bf0aaca
commit 19258a5839

View file

@ -137,7 +137,7 @@
* little space for growth. Current size is considering that TRUSTED_BOARD_BOOT
* and MEASURED_BOOT is enabled.
*/
# define PLAT_ARM_MAX_BL2_SIZE 0x26000
# define PLAT_ARM_MAX_BL2_SIZE 0x29000
/*