summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-06-08 10:50:09 +0100
committerGitHub <noreply@github.com>2018-06-08 10:50:09 +0100
commitb1f701be13821a360b1ab40482aec7ec00f3b647 (patch)
treef2aef8d0fac86e48fa4361a81df3d800ecbbfc32
parent4b557325835d49276a2a2f13e17dc4e3816d6af4 (diff)
parent2013d8f05a269aced8f3891f8f61cfc753874391 (diff)
downloadarm-trusted-firmware-b1f701be13821a360b1ab40482aec7ec00f3b647.tar.gz
Merge pull request #1407 from soby-mathew/sm/juno_bl1_size
Juno: Bump up the BL1-RW size
-rw-r--r--plat/arm/board/juno/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/board/juno/include/platform_def.h b/plat/arm/board/juno/include/platform_def.h
index 75ee991ca..80d4ba81a 100644
--- a/plat/arm/board/juno/include/platform_def.h
+++ b/plat/arm/board/juno/include/platform_def.h
@@ -117,7 +117,7 @@
* plus a little space for growth.
*/
#if TRUSTED_BOARD_BOOT
-# define PLAT_ARM_MAX_BL1_RW_SIZE 0xA000
+# define PLAT_ARM_MAX_BL1_RW_SIZE 0xB000
#else
# define PLAT_ARM_MAX_BL1_RW_SIZE 0x6000
#endif
@@ -128,7 +128,7 @@
*/
#if TRUSTED_BOARD_BOOT
#if TF_MBEDTLS_KEY_ALG_ID == TF_MBEDTLS_RSA_AND_ECDSA
-# define PLAT_ARM_MAX_BL2_SIZE 0x20000
+# define PLAT_ARM_MAX_BL2_SIZE 0x1F000
#elif TF_MBEDTLS_KEY_ALG_ID == TF_MBEDTLS_ECDSA
# define PLAT_ARM_MAX_BL2_SIZE 0x1D000
#else