mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00
Merge "fix(tc): increase stack size when TRUSTED_BOARD_BOOT=0" into integration
This commit is contained in:
commit
93a7a6d0ea
1 changed files with 0 additions and 8 deletions
|
@ -168,17 +168,9 @@
|
||||||
* Size of cacheable stacks
|
* Size of cacheable stacks
|
||||||
*/
|
*/
|
||||||
#if defined(IMAGE_BL1)
|
#if defined(IMAGE_BL1)
|
||||||
# if TRUSTED_BOARD_BOOT
|
|
||||||
# define PLATFORM_STACK_SIZE 0x1000
|
# define PLATFORM_STACK_SIZE 0x1000
|
||||||
# else
|
|
||||||
# define PLATFORM_STACK_SIZE 0x440
|
|
||||||
# endif
|
|
||||||
#elif defined(IMAGE_BL2)
|
#elif defined(IMAGE_BL2)
|
||||||
# if TRUSTED_BOARD_BOOT
|
|
||||||
# define PLATFORM_STACK_SIZE 0x1000
|
# define PLATFORM_STACK_SIZE 0x1000
|
||||||
# else
|
|
||||||
# define PLATFORM_STACK_SIZE 0x400
|
|
||||||
# endif
|
|
||||||
#elif defined(IMAGE_BL2U)
|
#elif defined(IMAGE_BL2U)
|
||||||
# define PLATFORM_STACK_SIZE 0x400
|
# define PLATFORM_STACK_SIZE 0x400
|
||||||
#elif defined(IMAGE_BL31)
|
#elif defined(IMAGE_BL31)
|
||||||
|
|
Loading…
Add table
Reference in a new issue