Merge "feat(plat/arm/sgi): increase max BL2 size" into integration

This commit is contained in:
Manish Pandey 2021-10-28 14:28:14 +02:00 committed by TrustedFirmware Code Review
commit 7ab8339064
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
*
*/
#if TRUSTED_BOARD_BOOT
# define PLAT_ARM_MAX_BL2_SIZE (0x1D000 + ((CSS_SGI_CHIP_COUNT - 1) * \
# define PLAT_ARM_MAX_BL2_SIZE (0x20000 + ((CSS_SGI_CHIP_COUNT - 1) * \
0x2000))
#else
# define PLAT_ARM_MAX_BL2_SIZE (0x14000 + ((CSS_SGI_CHIP_COUNT - 1) * \