mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 15:24:54 +00:00
fix(plat/rcar3): change stack size of BL31
Increase the stack size to avoid stack overflow when the LOG_LEVEL compile option is set high. Signed-off-by: Hideyuki Nitta <hideyuki.nitta.jf@hitachi.com> Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com> Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com> Change-Id: I25047322763bff148dba13848a3a40f4c7cf90b7
This commit is contained in:
parent
1b49ba0fde
commit
d544dfcc49
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
#define PLATFORM_STACK_SIZE U(0x400)
|
#define PLATFORM_STACK_SIZE U(0x400)
|
||||||
#endif
|
#endif
|
||||||
#elif IMAGE_BL31
|
#elif IMAGE_BL31
|
||||||
#define PLATFORM_STACK_SIZE U(0x400)
|
#define PLATFORM_STACK_SIZE U(0x800)
|
||||||
#elif IMAGE_BL32
|
#elif IMAGE_BL32
|
||||||
#define PLATFORM_STACK_SIZE U(0x440)
|
#define PLATFORM_STACK_SIZE U(0x440)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue