summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-26 12:37:44 -0700
committerGerrit <chrome-bot@google.com>2012-10-29 10:36:07 -0700
commita7f2842c106530bb599b3ba74b57778db7df262f (patch)
treecf8c25c2bb5b828df9941fb9f7696f98132b9edb /board
parentfc6b412589742976db12de4aa64137c03bfbf311 (diff)
downloadchrome-ec-a7f2842c106530bb599b3ba74b57778db7df262f.tar.gz
Rename POWERSTATE task to CHARGER
Since POWERSTATE is confusing whether it refers to battery power or system power. BUG=chrome-os-partner:15579 BRANCH=none TEST=taskinfo; see CHARGER task Change-Id: I5a237b1329cace4ce48ae39d8954c08a9912ed4b Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36707
Diffstat (limited to 'board')
-rw-r--r--board/link/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/link/ec.tasklist b/board/link/ec.tasklist
index 9ee637efa4..1bfebe2463 100644
--- a/board/link/ec.tasklist
+++ b/board/link/ec.tasklist
@@ -19,7 +19,7 @@
TASK(LPC, lpc_task, NULL, TASK_STACK_SIZE) \
TASK(VBOOTHASH, vboot_hash_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK(LIGHTBAR, lightbar_task, NULL, TASK_STACK_SIZE) \
- TASK(POWERSTATE, charge_state_machine_task, NULL, TASK_STACK_SIZE) \
+ TASK(CHARGER, charge_state_machine_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) \