summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-10-11 09:04:49 -0700
committerGerrit <chrome-bot@google.com>2012-10-11 23:32:25 -0700
commit1edad9de1196496f1844b8819b1ab8f9789712d7 (patch)
tree28985f961c4943f7c02ee0788c81cc9891b3c2a7
parentfbc4c150d2c88d2f133286d588ceebf9c6d68ef9 (diff)
downloadchrome-ec-1edad9de1196496f1844b8819b1ab8f9789712d7.tar.gz
spring: de-activate power LED code
the power LED code is doing useless operations and messing up with the former LED pin. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=chrome-os-partner:14313 TEST=make BOARD=spring Change-Id: Idf44bdb7b7a779706bd6579fb66ba3e6932de89f Reviewed-on: https://gerrit.chromium.org/gerrit/35273 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--board/spring/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/spring/ec.tasklist b/board/spring/ec.tasklist
index 7c99047a1f..1957b14c85 100644
--- a/board/spring/ec.tasklist
+++ b/board/spring/ec.tasklist
@@ -17,7 +17,6 @@
#define CONFIG_TASK_LIST \
TASK(WATCHDOG, watchdog_task, NULL, 256) \
TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \
- TASK(POWERLED, power_led_task, NULL, 256) \
TASK(PMU_TPS65090_CHARGER, pmu_charger_task, NULL, TASK_STACK_SIZE) \
TASK(KEYSCAN, keyboard_scan_task, NULL, 256) \
TASK(GAIAPOWER, gaia_power_task, NULL, TASK_STACK_SIZE) \