summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-10-30 16:56:07 +0000
committerGitHub <noreply@github.com>2017-10-30 16:56:07 +0000
commita2ef56af183155465df8ed7577854cebec7522d9 (patch)
tree022d38261c370df855efa9eb725b5d39fc8acc40 /include/plat
parent24552242b2143e0588ba93b41ec614e151d10f5c (diff)
parent9b1eae96bff907e80992dbc66278cf0c913f3e17 (diff)
Merge pull request #1144 from geesun/qx/resize_bl2_size
Change the default option of ARM_TSP_RAM_LOCATION and Enlarge the BL2 size on ARM platforms
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