summaryrefslogtreecommitdiff
path: root/post/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/cpu.c')
-rw-r--r--post/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/post/cpu.c b/post/cpu.c
index 6d09a75eb..1f2ded2bf 100644
--- a/post/cpu.c
+++ b/post/cpu.c
@@ -120,6 +120,7 @@ int cpu_post_test (int flags)
WATCHDOG_RESET();
if (ret == 0)
ret = cpu_post_test_multi ();
+ WATCHDOG_RESET();
if (ret == 0)
ret = cpu_post_test_string ();
if (ret == 0)