summaryrefslogtreecommitdiff
path: root/board/servo_v4/ec.tasklist
diff options
context:
space:
mode:
authorNick Sanders <nsanders@chromium.org>2016-07-19 15:27:22 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-21 17:33:05 -0700
commit863708f5ec086e5ece94b27dcc2a49ea5d573acb (patch)
treeb0be1c344473b5b96062d19cf1ff439a46ed57ff /board/servo_v4/ec.tasklist
parent08aebf624ca1b8bed94cb5b4378ed058e9d9c007 (diff)
downloadchrome-ec-863708f5ec086e5ece94b27dcc2a49ea5d573acb.tar.gz
servo_v4: add USB updater
This adds a Google FW update endpoint to servo v4. BUG=chromium:571476 TEST=successfully update servo v4 via usb BRANCH=None Change-Id: I79cb46364d416300e430708db25814f861a6d7c9 Signed-off-by: Nick Sanders <nsanders@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/361833 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/servo_v4/ec.tasklist')
-rw-r--r--board/servo_v4/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/servo_v4/ec.tasklist b/board/servo_v4/ec.tasklist
index 1944ef3874..cd197cfd36 100644
--- a/board/servo_v4/ec.tasklist
+++ b/board/servo_v4/ec.tasklist
@@ -17,5 +17,5 @@
* '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, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)