summaryrefslogtreecommitdiff
path: root/board/samus_pd/ec.tasklist
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2014-07-24 13:55:51 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-30 00:22:45 +0000
commite449a42f08a6b9e70b50c7f67dfd00d2f4e30fb4 (patch)
tree8885a724ab42d1cb95474c6394b59f57660e42e0 /board/samus_pd/ec.tasklist
parentab8a50b84eb4240b64784cf881d2e83bf8487665 (diff)
downloadchrome-ec-e449a42f08a6b9e70b50c7f67dfd00d2f4e30fb4.tar.gz
Enable vboot hash calculation
This is necessary for PD software sync. Also need to increase the hook task size to avoid stack overflow. BUG=chrome-os-partner:30079 BRANCH=none TEST=boot samus; on PD console, see hash calculated. Change-Id: I37e571f9cd03a31eb4eaad903c3dda72f7e51fc1 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/209812 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'board/samus_pd/ec.tasklist')
-rw-r--r--board/samus_pd/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samus_pd/ec.tasklist b/board/samus_pd/ec.tasklist
index 5b8e7d3be9..366f8a54a4 100644
--- a/board/samus_pd/ec.tasklist
+++ b/board/samus_pd/ec.tasklist
@@ -17,7 +17,7 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TASK_LIST \
- TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(PD_C0, pd_task, NULL, TASK_STACK_SIZE) \