projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c07bb
)
Increase BL2U stack size
author
Daniel Boulby
<
[email protected]
>
Fri, 20 Jul 2018 11:28:55 +0000
(12:28 +0100)
committer
Daniel Boulby
<
[email protected]
>
Fri, 20 Jul 2018 11:29:53 +0000
(12:29 +0100)
BL2U is running out of stack during firmware update. Increase
stack size to prevent this
Change-Id: I9b1a4e237a00172c6738c84b455b3878ab184cb8
Signed-off-by: Daniel Boulby <
[email protected]
>
include/plat/arm/board/common/board_arm_def.h
patch
|
blob
|
history
diff --git
a/include/plat/arm/board/common/board_arm_def.h
b/include/plat/arm/board/common/board_arm_def.h
index 5e1d680ceb17dd4b126b69742957dfebf8da5697..c3ae5643b6df6494c9f293333050ca2a478ebdf6 100644
(file)
--- a/
include/plat/arm/board/common/board_arm_def.h
+++ b/
include/plat/arm/board/common/board_arm_def.h
@@
-28,7
+28,7
@@
# define PLATFORM_STACK_SIZE 0x400
# endif
#elif defined(IMAGE_BL2U)
-# define PLATFORM_STACK_SIZE 0x
2
00
+# define PLATFORM_STACK_SIZE 0x
4
00
#elif defined(IMAGE_BL31)
#if ENABLE_SPM
# define PLATFORM_STACK_SIZE 0x500