Commit 7ae58827 authored by Dimitris Papastamos's avatar Dimitris Papastamos
Browse files

fvp: Increase BL2 size for TBBR builds



Change-Id: I67e64bb79cc984ea3263f069e22738a42321c46d
Signed-off-by: default avatarDimitris Papastamos <dimitris.papastamos@arm.com>
parent e9605188
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment