mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
chore(tc): increase stack size with 0x100 bytes
CBOR encoding in the platform test requires a slightly bigger stack, so increase it with 0x100 bytes. Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: I1b151aa29b3ccfcefa733d189d7aab88653cef1f
This commit is contained in:
parent
d6225e9d73
commit
41d8c6a033
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
|||
# if SPM_MM
|
||||
# define PLATFORM_STACK_SIZE 0x500
|
||||
# else
|
||||
# define PLATFORM_STACK_SIZE 0xa00
|
||||
# define PLATFORM_STACK_SIZE 0xb00
|
||||
# endif
|
||||
#elif defined(IMAGE_BL32)
|
||||
# define PLATFORM_STACK_SIZE 0x440
|
||||
|
|
Loading…
Add table
Reference in a new issue