summaryrefslogtreecommitdiff
path: root/scripts/cmake/platforms/mps3/mps3-sse-300.ld
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2022-04-11 10:34:29 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2022-04-11 10:34:54 +0100
commit7e56d8f55c770204deaa2de644990828b9ff083b (patch)
tree7bcac9034d86d8d4205ed6ca42907b884e6849a4 /scripts/cmake/platforms/mps3/mps3-sse-300.ld
parent4cc4021d356c174f780be2b7ef96910e36c8dd7b (diff)
downloadml-embedded-evaluation-kit-7e56d8f55c770204deaa2de644990828b9ff083b.tar.gz
MLECO-3071: Reducing stack sizes
After evaluating stack sizes (after HAL refactoring) we can safely reduce the stack allocation for all the applications. Change-Id: I7d9cd4edd28753fe3f8a668d8c557c2788f4c823 Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com>
Diffstat (limited to 'scripts/cmake/platforms/mps3/mps3-sse-300.ld')
-rw-r--r--scripts/cmake/platforms/mps3/mps3-sse-300.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/platforms/mps3/mps3-sse-300.ld b/scripts/cmake/platforms/mps3/mps3-sse-300.ld
index d369fa7..3e930a0 100644
--- a/scripts/cmake/platforms/mps3/mps3-sse-300.ld
+++ b/scripts/cmake/platforms/mps3/mps3-sse-300.ld
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-__STACK_SIZE = 0x00060000;
+__STACK_SIZE = 0x00008000;
__HEAP_SIZE = 0x000C0000;
/* System memory brief */