Revert "sgm: increase SCP_BL2 maximum size"

This commit is contained in:
Dimitris Papastamos 2018-09-28 14:23:26 +01:00 committed by GitHub
parent 9c828d66d6
commit 7401edf2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -139,13 +139,13 @@
* PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current * PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current
* SCP_BL2 size plus a little space for growth. * SCP_BL2 size plus a little space for growth.
*/ */
#define PLAT_CSS_MAX_SCP_BL2_SIZE 0x18000 #define PLAT_CSS_MAX_SCP_BL2_SIZE 0x15000
/* /*
* PLAT_CSS_MAX_SCP_BL2U_SIZE is calculated using the current * PLAT_CSS_MAX_SCP_BL2U_SIZE is calculated using the current
* SCP_BL2U size plus a little space for growth. * SCP_BL2U size plus a little space for growth.
*/ */
#define PLAT_CSS_MAX_SCP_BL2U_SIZE 0x18000 #define PLAT_CSS_MAX_SCP_BL2U_SIZE 0x15000
/* /*
* Most platform porting definitions provided by included headers * Most platform porting definitions provided by included headers