summaryrefslogtreecommitdiff
path: root/board/squawks/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/squawks/ec.tasklist')
-rw-r--r--board/squawks/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/squawks/ec.tasklist b/board/squawks/ec.tasklist
index c8284ec561..8b4485818f 100644
--- a/board/squawks/ec.tasklist
+++ b/board/squawks/ec.tasklist
@@ -19,7 +19,6 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_NOTEST(VBOOTHASH, vboot_hash_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \