aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2018-01-11 18:33:43 +0000
committerGitHub <noreply@github.com>2018-01-11 18:33:43 +0000
commitf10c0c459df55e3346c507b1b96d0304ec658d3a (patch)
treea382e649d8a6e474d20afa7b9ce0dbd6908655f2 /include
parent08e06be81946de2701429e72840bb76ee3f9a48e (diff)
parentf336d4afa5a45139b3fa10674aa71fc8ebbb9b2a (diff)
downloadplatform_external_arm-trusted-firmware-f10c0c459df55e3346c507b1b96d0304ec658d3a.tar.gz
platform_external_arm-trusted-firmware-f10c0c459df55e3346c507b1b96d0304ec658d3a.tar.bz2
platform_external_arm-trusted-firmware-f10c0c459df55e3346c507b1b96d0304ec658d3a.zip
Merge pull request #1222 from davidcunado-arm/dp/bl31_mem
Increase BL31 memory space by 2 pages
Diffstat (limited to 'include')
-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 e0c3c8681..888629e32 100644
--- a/include/plat/arm/board/common/board_arm_def.h
+++ b/include/plat/arm/board/common/board_arm_def.h
@@ -90,7 +90,7 @@
* PLAT_ARM_MAX_BL31_SIZE is calculated using the current BL31 debug size plus a
* little space for growth.
*/
-#define PLAT_ARM_MAX_BL31_SIZE 0x1E000
+#define PLAT_ARM_MAX_BL31_SIZE 0x20000
#ifdef AARCH32
/*