summaryrefslogtreecommitdiff
path: root/plat/arm
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-09-11 14:01:50 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-09-11 14:01:50 +0000
commit9cdff51097686d30e65a90fe425c846f464b5731 (patch)
treed7aaba5c750a34fe8634148be2839e15e9fafc17 /plat/arm
parentab9646f5110b6f1d26a87d5dab1b6ca75caaa194 (diff)
parentdd14887e15173406f0edb7c39d7f852e45e626f7 (diff)
Merge "tc0: increase SCP_BL2 size to 128 kB" into integration
Diffstat (limited to 'plat/arm')
-rw-r--r--plat/arm/board/tc0/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/board/tc0/include/platform_def.h b/plat/arm/board/tc0/include/platform_def.h
index 56c71c16c..a8d471ee3 100644
--- a/plat/arm/board/tc0/include/platform_def.h
+++ b/plat/arm/board/tc0/include/platform_def.h
@@ -183,12 +183,12 @@
* 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 0x14000
+#define PLAT_CSS_MAX_SCP_BL2_SIZE 0x20000
/*
* 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 0x14000
+#define PLAT_CSS_MAX_SCP_BL2U_SIZE 0x20000
#endif /* PLATFORM_DEF_H */