summaryrefslogtreecommitdiff
path: root/board
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 /board
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 'board')
-rw-r--r--board/link/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/link/ec.tasklist b/board/link/ec.tasklist
index c6a37c2b9c..635c2e3d67 100644
--- a/board/link/ec.tasklist
+++ b/board/link/ec.tasklist
@@ -20,7 +20,6 @@
TASK(LIGHTBAR, lightbar_task, NULL, TASK_STACK_SIZE) \
TASK(CHARGER, charge_state_machine_task, NULL, TASK_STACK_SIZE) \
TASK(THERMAL, thermal_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(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \