From 8288cea242f895ce65645c917f89b0844653d11a Mon Sep 17 00:00:00 2001 From: Chun-Ta Lin Date: Tue, 18 Jul 2017 15:42:33 +0800 Subject: hammer: adjust stack size for trackpad task Current stack size is so well-calculated that printing debug message will cause stack overflow and triger reboots. BRANCH=none BUG=none TEST=make BOARD=hammer Change-Id: If90a4d99181e1e08b7ff69e12b5d54a19455cea9 Signed-off-by: Chun-Ta Lin Reviewed-on: https://chromium-review.googlesource.com/575116 Commit-Ready: Chun-ta Lin Tested-by: Chun-ta Lin Reviewed-by: Che-yu Wu Reviewed-by: Nicolas Boichat --- board/hammer/ec.tasklist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/hammer/ec.tasklist b/board/hammer/ec.tasklist index 0cbc39dbf6..71ecd36606 100644 --- a/board/hammer/ec.tasklist +++ b/board/hammer/ec.tasklist @@ -19,6 +19,6 @@ #define CONFIG_TASK_LIST \ TASK_ALWAYS_RO(RWSIG, rwsig_task, NULL, 1280) \ TASK_ALWAYS (HOOKS, hook_task, NULL, 2048) \ - TASK_ALWAYS_RW(TOUCHPAD, elan_tp_task, NULL, TASK_STACK_SIZE) \ + TASK_ALWAYS_RW(TOUCHPAD, elan_tp_task, NULL, LARGER_TASK_STACK_SIZE) \ TASK_ALWAYS (CONSOLE, console_task, NULL, 1024) \ TASK_NOTEST_RW(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) -- cgit v1.2.1