From 5744ddc6637fea4f7b911a54a5fa860cb81a5d89 Mon Sep 17 00:00:00 2001 From: Sascha Laue Date: Fri, 30 May 2008 09:48:14 +0200 Subject: Configure DSP POST; add watchdog reset to diag command Signed-off-by: Sascha Laue --- post/post.c | 1 + 1 file changed, 1 insertion(+) (limited to 'post/post.c') diff --git a/post/post.c b/post/post.c index d31829ba16..99dc8c9a74 100644 --- a/post/post.c +++ b/post/post.c @@ -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); -- cgit v1.2.3