summaryrefslogtreecommitdiff
path: root/board/gingerbread/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/gingerbread/ec.tasklist')
-rw-r--r--board/gingerbread/ec.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/gingerbread/ec.tasklist b/board/gingerbread/ec.tasklist
index 9b3c3aa0a3..1f79cd8fbd 100644
--- a/board/gingerbread/ec.tasklist
+++ b/board/gingerbread/ec.tasklist
@@ -8,6 +8,7 @@
*/
#define CONFIG_TASK_LIST \
+ TASK_ALWAYS_RO(RWSIG, rwsig_task, NULL, 1280) \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE) \
- TASK_ALWAYS(UCPD, ucpd_task, 0, LARGER_TASK_STACK_SIZE)
+ TASK_ALWAYS_RW(UCPD, ucpd_task, 0, LARGER_TASK_STACK_SIZE)