summaryrefslogtreecommitdiff
path: root/board/big/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/big/ec.tasklist')
-rw-r--r--board/big/ec.tasklist3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/big/ec.tasklist b/board/big/ec.tasklist
index dcdca4df28..17add5094d 100644
--- a/board/big/ec.tasklist
+++ b/board/big/ec.tasklist
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -16,7 +16,6 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_NOTEST(POWERLED, power_led_task, NULL, 256) \
TASK_ALWAYS(CHARGER, charger_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \