commit | e04b882706f1acdf0490757dead770ef8f3478d8 | [log] [tgz] |
---|---|---|
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | Thu Jun 21 15:49:08 2018 +0100 |
committer | Dimitris Papastamos <dimitris.papastamos@arm.com> | Thu Jun 21 16:02:23 2018 +0100 |
tree | 86881fef787d83de8005d7f7b04a68aaaac679cb | |
parent | 4269796b7775fa16e37bae39735d1a25e1498f1c [diff] |
fvp: Increase BL2 size for TBBR builds Change-Id: I67e64bb79cc984ea3263f069e22738a42321c46d Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
diff --git a/include/plat/arm/board/common/board_arm_def.h b/include/plat/arm/board/common/board_arm_def.h index 030e067..96eefbb 100644 --- a/include/plat/arm/board/common/board_arm_def.h +++ b/include/plat/arm/board/common/board_arm_def.h
@@ -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