From: Sascha Laue Date: Fri, 30 May 2008 07:48:14 +0000 (+0200) Subject: Configure DSP POST; add watchdog reset to diag command X-Git-Tag: v1.3.4-rc1~90^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5744ddc6637fea4f7b911a54a5fa860cb81a5d89;p=kernel%2Fu-boot.git Configure DSP POST; add watchdog reset to diag command Signed-off-by: Sascha Laue --- diff --git a/post/post.c b/post/post.c index d31829b..99dc8c9 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); diff --git a/post/tests.c b/post/tests.c index a790c78..e88d92e 100644 --- a/post/tests.c +++ b/post/tests.c @@ -240,7 +240,7 @@ struct post_test post_list[] = "DSP test", "dsp", "This test checks any connected DSP(s).", - POST_RAM | POST_MANUAL, + POST_RAM | POST_ALWAYS | POST_MANUAL, &dsp_post_test, NULL, NULL,