commit | f429a895ab46088892e3dde2c2e44e331f573b21 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Wed Jun 30 20:35:34 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Wed Jun 30 18:05:14 2021 +0200 |
tree | d5789683de129adf4e061024ba4ac6b5b4f32098 | |
parent | 12018a1726f21480dc216783df76c0bebfb1a173 [diff] |
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>
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 b59bb7e..0f9dd6f 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 */