summaryrefslogtreecommitdiff
path: root/board/scarlet/ec.tasklist
diff options
context:
space:
mode:
authorphilipchen <philipchen@google.com>2017-01-25 15:47:44 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-06-07 05:22:57 -0700
commitf490cb8bac3d960ac22b651d44b11538f24317b4 (patch)
tree8dbb0afe75b7e42f58f7ade0dfd2310a0fdabdfc /board/scarlet/ec.tasklist
parent5b1d2b878da4e76870642a2fa2caef9d18fc8355 (diff)
downloadchrome-ec-f490cb8bac3d960ac22b651d44b11538f24317b4.tar.gz
scarlet: remove keyboard task/code
BUG=chrome-os-partner:62207 BRANCH=gru TEST=make BOARD=scarlet Change-Id: I5f89fd526e96d55ed3902af169de5fd14cb8c0c2 Reviewed-on: https://chromium-review.googlesource.com/433085 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org> Commit-Queue: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/524975 Commit-Ready: Philip Chen <philipchen@chromium.org> Reviewed-by: Philip Chen <philipchen@chromium.org>
Diffstat (limited to 'board/scarlet/ec.tasklist')
-rw-r--r--board/scarlet/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/scarlet/ec.tasklist b/board/scarlet/ec.tasklist
index 3b2217ea07..2dba978535 100644
--- a/board/scarlet/ec.tasklist
+++ b/board/scarlet/ec.tasklist
@@ -25,6 +25,5 @@
TASK_NOTEST(PDCMD, pd_command_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE)