Fix bug: in arch-arm, env_get_char dose not work fine
[platform/kernel/u-boot.git] / post / post.c
index d31829b..99dc8c9 100644 (file)
@@ -319,6 +319,7 @@ int post_run (char *name, int flags)
                }
 
                if (i < post_list_size) {
+                       WATCHDOG_RESET();
                        return post_run_single (post_list + i,
                                                test_flags[i],
                                                flags, i);