summaryrefslogtreecommitdiff
path: root/board/puff/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/puff/ec.tasklist')
-rw-r--r--board/puff/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/puff/ec.tasklist b/board/puff/ec.tasklist
index 1533da6af6..ae10417dff 100644
--- a/board/puff/ec.tasklist
+++ b/board/puff/ec.tasklist
@@ -10,7 +10,6 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_NOTEST(PDCMD, pd_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, 2048) \
TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \