aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/partitions
diff options
context:
space:
mode:
authorKevin Peng <kevin.peng@arm.com>2021-06-30 20:35:34 +0800
committerKen Liu <ken.liu@arm.com>2021-06-30 18:05:14 +0200
commitf429a895ab46088892e3dde2c2e44e331f573b21 (patch)
treed5789683de129adf4e061024ba4ac6b5b4f32098 /secure_fw/partitions
parent12018a1726f21480dc216783df76c0bebfb1a173 (diff)
downloadtrusted-firmware-m-f429a895ab46088892e3dde2c2e44e331f573b21.tar.gz
Partition: Increase stack size of idle Partition
This patch increases the stack size for GCC compiler. Change-Id: I53d31a41f12bc4d35d04cc43cbc576363a4ffef1 Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Diffstat (limited to 'secure_fw/partitions')
-rw-r--r--secure_fw/partitions/idle_partition/load_info_idle_sp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure_fw/partitions/idle_partition/load_info_idle_sp.c b/secure_fw/partitions/idle_partition/load_info_idle_sp.c
index b59bb7ec46..0f9dd6f91b 100644
--- a/secure_fw/partitions/idle_partition/load_info_idle_sp.c
+++ b/secure_fw/partitions/idle_partition/load_info_idle_sp.c
@@ -13,7 +13,7 @@
#include "load/service_defs.h"
#include "load/asset_defs.h"
-#define IDLE_SP_STACK_SIZE (0x50)
+#define IDLE_SP_STACK_SIZE (0x60)
struct partition_tfm_sp_idle_load_info_t {
/* common length load data */