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 --- test/thermal.tasklist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/thermal.tasklist') diff --git a/test/thermal.tasklist b/test/thermal.tasklist index 4037f3c773..e099a0fa7b 100644 --- a/test/thermal.tasklist +++ b/test/thermal.tasklist @@ -15,7 +15,7 @@ * 's' is the stack size in bytes; must be a multiple of 8 */ #define CONFIG_TASK_LIST \ - TASK(WATCHDOG, watchdog_task, NULL, TASK_STACK_SIZE) \ + TASK(TICK, hook_task, NULL, TASK_STACK_SIZE) \ TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \ TASK(TEMPSENSOR, temp_sensor_task, NULL, TASK_STACK_SIZE) \ TASK(THERMAL, thermal_task, NULL, TASK_STACK_SIZE) \ -- cgit v1.2.1