summaryrefslogtreecommitdiff
path: root/board/dirinboz/ec.tasklist
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2021-07-09 16:44:34 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-23 04:02:30 +0000
commitd7d8a72b24ba3f1b5845ac2d1fa61b032a2f5075 (patch)
tree1f62bee7c28655a2a55da64e740073d2bc9847e2 /board/dirinboz/ec.tasklist
parent897982604de3c3af1f183656af0f9ee83752d4fa (diff)
downloadchrome-ec-d7d8a72b24ba3f1b5845ac2d1fa61b032a2f5075.tar.gz
dirinboz: remove imu sensors
Dirinboz is a clamshell only device, not use imu sensors. BUG=b:174240357 BRANCH=zork TEST=can power on DUT normally. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I56202d92da86b5da2919d3e285ce953f568aad5f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3017902 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Reviewed-by: Devin Lu <Devin.Lu@quantatw.com>
Diffstat (limited to 'board/dirinboz/ec.tasklist')
-rw-r--r--board/dirinboz/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/dirinboz/ec.tasklist b/board/dirinboz/ec.tasklist
index d9c1606eb2..3a08ebc972 100644
--- a/board/dirinboz/ec.tasklist
+++ b/board/dirinboz/ec.tasklist
@@ -13,7 +13,6 @@
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, 0, TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P1, usb_charger_task, 1, TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, VENTI_TASK_STACK_SIZE) \
- TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \