diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post/cpu.c b/post/cpu.c index 6d09a75ebc5..1f2ded2bf26 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) |