commit | 44ddee6f0a993ed5b3409e6626c0c70b7ed7d7a2 | [log] [tgz] |
---|---|---|
author | Alex Dobrescu <alex.dobrescu@arm.com> | Wed Dec 20 16:06:37 2023 +0000 |
committer | Leo Yan <leo.yan@arm.com> | Fri Apr 26 16:32:36 2024 +0100 |
tree | 0eb75d78efc9ea237fafd5e26389800ddbebc477 | |
parent | a1901c7d0d05ac02b254bf215fb889b9c0a9bc7d [diff] |
fix(tc): increase stack size when TRUSTED_BOARD_BOOT=0 The stack is too small for VERBOSE logging when secure world is disabled as there is a recursive call when printing the translation table state which causes a crash. Changing the stack to the same value regardless of trusted boot. Change-Id: I12298b33e47ae5206f74370262edce06b8a75d99 Signed-off-by: Alex Dobrescu <alex.dobrescu@arm.com> Signed-off-by: Leo Yan <leo.yan@arm.com>