diff options
author | Louis Mayencourt <louis.mayencourt@arm.com> | 2020-03-02 14:56:58 +0000 |
---|---|---|
committer | Louis Mayencourt <louis.mayencourt@arm.com> | 2020-03-13 10:40:57 +0000 |
commit | 2fc18a25f55c0462650bb70915ec9ce66b479d8c (patch) | |
tree | 32a529b95fd1a303f49dbc559b7cc107ff57fde0 /plat/arm | |
parent | 4c9ad0df665cca331218bc51c24147be8b192752 (diff) | |
download | platform_external_arm-trusted-firmware-2fc18a25f55c0462650bb70915ec9ce66b479d8c.tar.gz platform_external_arm-trusted-firmware-2fc18a25f55c0462650bb70915ec9ce66b479d8c.tar.bz2 platform_external_arm-trusted-firmware-2fc18a25f55c0462650bb70915ec9ce66b479d8c.zip |
plat/sgi: Bump bl1 RW limit
Increase bl1 RW limit to allow future development.
Change-Id: I3159b36dbaca798b4c4374c1415cd033d6586388
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
Diffstat (limited to 'plat/arm')
-rw-r--r-- | plat/arm/css/sgi/include/sgi_base_platform_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/css/sgi/include/sgi_base_platform_def.h b/plat/arm/css/sgi/include/sgi_base_platform_def.h index 9a482d0c0..242a0e995 100644 --- a/plat/arm/css/sgi/include/sgi_base_platform_def.h +++ b/plat/arm/css/sgi/include/sgi_base_platform_def.h @@ -56,7 +56,7 @@ * PLAT_ARM_MAX_BL1_RW_SIZE is calculated using the current BL1 RW debug size * plus a little space for growth. */ -#define PLAT_ARM_MAX_BL1_RW_SIZE 0xB000 +#define PLAT_ARM_MAX_BL1_RW_SIZE 0xC000 /* * PLAT_ARM_MAX_ROMLIB_RW_SIZE is define to use a full page |