From 8b3a242ff0b8398b37378c67fe2c63beec1fa827 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Tue, 30 Oct 2012 12:16:54 -0700 Subject: Watchdog is reloaded by HOOK_TICK, not its own task This reduces memory footprint. BUG=chrome-os-partner:15714 BRANCH=none TEST=system still boots; 'waitms 1500' prints watchdog error dump Change-Id: Ieb0248a34655514b03d919cc36c2b369691da716 Signed-off-by: Randall Spangler Reviewed-on: https://gerrit.chromium.org/gerrit/36937 Reviewed-by: Simon Glass --- board/link/ec.tasklist | 1 - 1 file changed, 1 deletion(-) (limited to 'board/link') diff --git a/board/link/ec.tasklist b/board/link/ec.tasklist index 72d55d010f..eda9a9ea85 100644 --- a/board/link/ec.tasklist +++ b/board/link/ec.tasklist @@ -16,7 +16,6 @@ */ #define CONFIG_TASK_LIST \ TASK(TICK, hook_task, NULL, TASK_STACK_SIZE) \ - TASK(WATCHDOG, watchdog_task, NULL, WATCHDOG_TASK_STACK_SIZE) \ TASK(VBOOTHASH, vboot_hash_task, NULL, LARGER_TASK_STACK_SIZE) \ TASK(LIGHTBAR, lightbar_task, NULL, TASK_STACK_SIZE) \ TASK(CHARGER, charge_state_machine_task, NULL, TASK_STACK_SIZE) \ -- cgit v1.2.1