Skip to content

Commit cebf30a

Browse files
Michael SchwarczOren Cohen
authored andcommitted
Increase secure heap size to 0x4000
1 parent b8745b8 commit cebf30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/partition/region_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define BL2_HEAP_SIZE 0x0001000
2828
#define BL2_MSP_STACK_SIZE 0x0001000
2929

30-
#define S_HEAP_SIZE 0x0002400
30+
#define S_HEAP_SIZE 0x0004000
3131
#define S_MSP_STACK_SIZE_INIT 0x0000400
3232
#define S_MSP_STACK_SIZE 0x0000800
3333
#define S_PSP_STACK_SIZE 0x0000800

0 commit comments

Comments
 (0)