summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorQixiang Xu <qixiang.xu@arm.com>2017-10-13 09:23:42 +0800
committerQixiang Xu <qixiang.xu@arm.com>2017-10-25 09:27:15 +0800
commit9b1eae96bff907e80992dbc66278cf0c913f3e17 (patch)
tree8339cf3039494a63a2778ab15c9fdfc9ff8a22c4 /include/plat
parent7ca267bd8aaa8ea6a2a01d953bbcd4fc672ffe51 (diff)
plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled
For Trusted Board Boot, BL2 needs more space to support the ECDSA and ECDSA+RSA algorithms. Change-Id: Ie7eda9a1315ce836dbc6d18d6588f8d17891a92d Signed-off-by: Qixiang Xu <qixiang.xu@arm.com>
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/arm/board/common/board_arm_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/arm/board/common/board_arm_def.h b/include/plat/arm/board/common/board_arm_def.h
index 49ab601b..93828c9d 100644
--- a/include/plat/arm/board/common/board_arm_def.h
+++ b/include/plat/arm/board/common/board_arm_def.h
@@ -71,7 +71,7 @@
* little space for growth.
*/
#if TRUSTED_BOARD_BOOT
-# define PLAT_ARM_MAX_BL2_SIZE 0x1D000
+# define PLAT_ARM_MAX_BL2_SIZE 0x1E000
#else
# define PLAT_ARM_MAX_BL2_SIZE 0xF000
#endif