]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Configure DSP POST; add watchdog reset to diag command
authorSascha Laue <sascha.laue@liebherr.com>
Fri, 30 May 2008 07:48:14 +0000 (09:48 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 29 Jun 2008 17:19:35 +0000 (19:19 +0200)
Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
post/post.c
post/tests.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);
index a790c789d63fbf51df9a90bc2e13fdd404776970..e88d92ed7450f28aad950e2a40fb110652b297f5 100644 (file)
@@ -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,