summaryrefslogtreecommitdiff
path: root/board/cr50/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/ec.tasklist')
-rw-r--r--board/cr50/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/ec.tasklist b/board/cr50/ec.tasklist
index fd72cafaf9..4b60741a76 100644
--- a/board/cr50/ec.tasklist
+++ b/board/cr50/ec.tasklist
@@ -9,7 +9,7 @@
#ifdef CRYPTO_TEST_SETUP
/* some crypto testing console commands require larger stack */
-#define CONSOLE_STACK_SIZE (CONFIG_STACK_SIZE + 512)
+#define CONSOLE_STACK_SIZE (CONFIG_STACK_SIZE + 1024)
#else
#define CONSOLE_STACK_SIZE CONFIG_STACK_SIZE
#endif