summaryrefslogtreecommitdiff
path: root/test/thermal.tasklist
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-30 12:32:28 -0700
committerGerrit <chrome-bot@google.com>2012-10-30 15:33:25 -0700
commiteee95c9448a8accc8416b32c55a89d5796cdf35b (patch)
treefdb155f4249e647736d7cc88f8860e7b4858ec1a /test/thermal.tasklist
parent433f98c6b67e23641f9808e6ca6effc4285dd42e (diff)
downloadchrome-ec-eee95c9448a8accc8416b32c55a89d5796cdf35b.tar.gz
Switch PWM to use HOOK_SECOND instead of its own task
BUG=chrome-os-partner:15714 BRANCH=none TEST=taskinfo no longer shows PWM task, and 'ectool pwmgetfanrpm' updates as fan speed changes. Change-Id: Ia23f52527c40c8117238ddc2ee4c023f59eba05a Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36939 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/thermal.tasklist')
-rw-r--r--test/thermal.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/thermal.tasklist b/test/thermal.tasklist
index e099a0fa7b..fa92984118 100644
--- a/test/thermal.tasklist
+++ b/test/thermal.tasklist
@@ -19,7 +19,6 @@
TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \
TASK(TEMPSENSOR, temp_sensor_task, NULL, TASK_STACK_SIZE) \
TASK(THERMAL, thermal_task, NULL, TASK_STACK_SIZE) \
- TASK(PWM, pwm_task, NULL, TASK_STACK_SIZE) \
TASK(X86POWER, x86_power_task, NULL, TASK_STACK_SIZE) \
TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK(CONSOLE, console_task, NULL, TASK_STACK_SIZE)