mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
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:
parent
a93bf0aaca
commit
19258a5839
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue