mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge pull request #1439 from dp-arm/dp/bl2_size
fvp: Increase BL2 size for TBBR builds
This commit is contained in:
commit
6d769420b0
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
* little space for growth.
|
||||
*/
|
||||
#if TRUSTED_BOARD_BOOT
|
||||
# define PLAT_ARM_MAX_BL2_SIZE 0x1E000
|
||||
# define PLAT_ARM_MAX_BL2_SIZE 0x1F000
|
||||
#else
|
||||
# define PLAT_ARM_MAX_BL2_SIZE 0x11000
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue