mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-12-04 16:56:27 +00:00
Merge "feat(plat/arm/sgi): increase max BL2 size" into integration
This commit is contained in:
commit
7ab8339064
@ -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) * \
|
||||
|
Loading…
Reference in New Issue
Block a user