summaryrefslogtreecommitdiff
path: root/test/scancode.tasklist
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-03-28 16:33:07 -0700
committerChromeBot <chrome-bot@google.com>2013-03-29 11:40:36 -0700
commitc2b9d1d8c25072a98247509a6e9fcc826a683255 (patch)
tree42529ab8ef9ca154df862d90e574c60001329c14 /test/scancode.tasklist
parent19ff62cbb05eb0f8bb6ef1707bc208f11ea22589 (diff)
downloadchrome-ec-c2b9d1d8c25072a98247509a6e9fcc826a683255.tar.gz
Merge typematic task info i8042cmd task
Getting rid of a task saves on RAM requirements. BUG=chrome-os-partner:18360 BRANCH=none TEST=boot link and hold a key down; see it repeat as expected Change-Id: I1ae4dc486f6669d5ad15899202abef85b8c1e7e8 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/46826 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'test/scancode.tasklist')
-rw-r--r--test/scancode.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scancode.tasklist b/test/scancode.tasklist
index d4dee90a59..01553b7eef 100644
--- a/test/scancode.tasklist
+++ b/test/scancode.tasklist
@@ -17,7 +17,6 @@
#define CONFIG_TASK_LIST \
TASK(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \
- TASK(TYPEMATIC, keyboard_typematic_task, NULL, TASK_STACK_SIZE) \
TASK(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \
TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \
TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \