]> git.sur5r.net Git - u-boot/blobdiff - post/post.c
Add mpc7448hpc2 maintainer information
[u-boot] / post / post.c
index d31829ba162b41c30d5e0672cf5104cd725e3dfc..99dc8c9a74a3d191c894534a1b465f417eed63be 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);