summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parker <dparker@chromium.org>2014-06-09 11:03:25 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-06-27 19:12:07 +0000
commit8ce7b3cd334e3b7e257325822225143fafb5c916 (patch)
tree66048f4cdc75c09632172bdb3a885c4f543f3f65
parenteb44578549675a8b08c52949b5e29bf189f2ba36 (diff)
downloadchrome-ec-8ce7b3cd334e3b7e257325822225143fafb5c916.tar.gz
Tiny: Remove keyscan task
The keyscan task is not needed on Tiny. BUG=chrome-os-partner:29504 BRANCH=None TEST=Verify power button works correctly and keyscan task isn't listed under 'taskinfo'. Change-Id: I34e8782aa4aeffe700c914826287ff1dfefcd186 Signed-off-by: Dave Parker <dparker@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/203104 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--board/tiny/ec.tasklist3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/tiny/ec.tasklist b/board/tiny/ec.tasklist
index 7a351c3903..e90ac56f4f 100644
--- a/board/tiny/ec.tasklist
+++ b/board/tiny/ec.tasklist
@@ -24,5 +24,4 @@
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(POWERBTN, power_button_task, NULL, TASK_STACK_SIZE) \
- TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(POWERBTN, power_button_task, NULL, TASK_STACK_SIZE)