summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorTzung-Bi Shih <tzungbi@chromium.org>2020-08-12 11:45:22 +0800
committerCommit Bot <commit-bot@chromium.org>2020-08-12 12:48:19 +0000
commitaf58e3697787aed2a44bdab20dbb0e4ae547b45e (patch)
treebff880667e98a44bdee892c403dddb5b96f90c2b /chip
parent57ad328259972d8f2b84375f0ea6c30c2d162a75 (diff)
downloadchrome-ec-af58e3697787aed2a44bdab20dbb0e4ae547b45e.tar.gz
chip/mt8192_scp: enlarge the stack size of idle task
Enlarges the stack size of idle task from 256 to 640. BRANCH=none BUG=b:163459890 TEST=$ r() { echo stop >/sys/class/remoteproc/remoteproc0/state echo start >/sys/class/remoteproc/remoteproc0/state } $ r $ r Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org> Change-Id: I6d887262f39ff32bdb1b86aba59759917a0a95d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2351640 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/mt8192_scp/config_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mt8192_scp/config_chip.h b/chip/mt8192_scp/config_chip.h
index a17c33df01..2a4c5f7925 100644
--- a/chip/mt8192_scp/config_chip.h
+++ b/chip/mt8192_scp/config_chip.h
@@ -36,7 +36,7 @@
/* Task stack size */
#define CONFIG_STACK_SIZE 1024
-#define IDLE_TASK_STACK_SIZE 256
+#define IDLE_TASK_STACK_SIZE 640
#define SMALLER_TASK_STACK_SIZE 384
#define TASK_STACK_SIZE 488
#define LARGER_TASK_STACK_SIZE 640