summaryrefslogtreecommitdiff
path: root/board/chocodile_vpdmcu/ec.tasklist
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-06-18 10:47:22 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-19 02:55:06 +0000
commit2d828d33a460abe1daaf29d5ff364132dfe7aca5 (patch)
treefaff47696415b0d7d6d39d06ffdc06bf214d88ae /board/chocodile_vpdmcu/ec.tasklist
parent7e80ddc5177af46cc8defc2741f4e9590b97cbbb (diff)
downloadchrome-ec-2d828d33a460abe1daaf29d5ff364132dfe7aca5.tar.gz
ec.tasklist: Consolidate duplicate comments
Same as https://crrev.com/c/1551579, but clean up some files with the old comments that have been added since that change. BRANCH=none BUG=none TEST=make buildall -j Change-Id: I4bc7fdc7cb128c48545ea681ab1381610d54fb6d Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1664604 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'board/chocodile_vpdmcu/ec.tasklist')
-rw-r--r--board/chocodile_vpdmcu/ec.tasklist12
1 files changed, 1 insertions, 11 deletions
diff --git a/board/chocodile_vpdmcu/ec.tasklist b/board/chocodile_vpdmcu/ec.tasklist
index e386c745e3..6753502b92 100644
--- a/board/chocodile_vpdmcu/ec.tasklist
+++ b/board/chocodile_vpdmcu/ec.tasklist
@@ -4,17 +4,7 @@
*/
/**
- * List of enabled tasks in the priority order
- *
- * The first one has the lowest priority.
- *
- * For each task, use the macro TASK_ALWAYS(n, r, d, s) for base tasks and
- * TASK_NOTEST(n, r, d, s) for tasks that can be excluded in test binaries,
- * where :
- * 'n' in the name of the task
- * 'r' in the main routine of the task
- * 'd' in an opaque parameter passed to the routine at startup
- * 's' is the stack size in bytes; must be a multiple of 8
+ * See CONFIG_TASK_LIST in config.h for details.
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \