Reduce BL2 size for FVP
authorJohn Tsichritzis <[email protected]>
Mon, 3 Sep 2018 14:06:44 +0000 (15:06 +0100)
committerJohn Tsichritzis <[email protected]>
Tue, 4 Sep 2018 09:32:22 +0000 (10:32 +0100)
This patch reduces BL2 size by 12kB. Thanks to the shared Mbed TLS heap
between BL1 and BL2, BL2 now requires less memory since it doesn't need
to allocate a heap anymore.

Change-Id: I58a15f8c424273650c9f55112abe88105b6cdbae
Signed-off-by: John Tsichritzis <[email protected]>
include/plat/arm/board/common/board_arm_def.h

index a388ed9acf714f80d17a549c24c556c609a1b0bc..86c85123ee1d941cb68b6e14b6c0ac0a465abccb 100644 (file)
  * little space for growth.
  */
 #if TRUSTED_BOARD_BOOT
-# define PLAT_ARM_MAX_BL2_SIZE         0x1F000
+# define PLAT_ARM_MAX_BL2_SIZE         0x1C000
 #else
 # define PLAT_ARM_MAX_BL2_SIZE         0x11000
 #endif