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/tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post/tests.c') diff --git a/post/tests.c b/post/tests.c index a790c789d6..e88d92ed74 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, -- cgit v1.2.1