Merge pull request #1222 from davidcunado-arm/dp/bl31_mem

Increase BL31 memory space by 2 pages
This commit is contained in:
davidcunado-arm 2018-01-11 18:33:43 +00:00 committed by GitHub
commit f10c0c459d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
/*