Increase secure heap size to 0x4000

pull/9221/head
Michael Schwarcz 2019-03-20 14:29:08 +02:00 committed by Oren Cohen
parent b8745b8ed8
commit cebf30a701
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define BL2_HEAP_SIZE 0x0001000
#define BL2_MSP_STACK_SIZE 0x0001000
#define S_HEAP_SIZE 0x0002400
#define S_HEAP_SIZE 0x0004000
#define S_MSP_STACK_SIZE_INIT 0x0000400
#define S_MSP_STACK_SIZE 0x0000800
#define S_PSP_STACK_SIZE 0x0000800