summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-09-28 14:23:50 +0100
committerGitHub <noreply@github.com>2018-09-28 14:23:50 +0100
commit07a2fd6af6a74df278be9d4b757e4ad037fd1687 (patch)
treece5f68f67b8190c2a0e28d214d0b8f412003037d
parent9c828d66d694c04f936ba7f73c96f500d2123b44 (diff)
parent7401edf2e0151e17b6c6773b8321d7a724d93f41 (diff)
Merge pull request #1594 from ARM-software/revert-1586-topics/ep/scp_bl2_size
Revert "sgm: increase SCP_BL2 maximum size"
-rw-r--r--plat/arm/css/sgm/include/sgm_base_platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/css/sgm/include/sgm_base_platform_def.h b/plat/arm/css/sgm/include/sgm_base_platform_def.h
index a1450f5de..2498430c4 100644
--- a/plat/arm/css/sgm/include/sgm_base_platform_def.h
+++ b/plat/arm/css/sgm/include/sgm_base_platform_def.h
@@ -139,13 +139,13 @@
* PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current
* 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
* 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