projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f135265
)
Configure DSP POST; add watchdog reset to diag command
author
Sascha Laue
<sascha.laue@liebherr.com>
Fri, 30 May 2008 07:48:14 +0000
(09:48 +0200)
committer
Wolfgang 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
patch
|
blob
|
history
post/tests.c
patch
|
blob
|
history
diff --git
a/post/post.c
b/post/post.c
index
d31829b
..
99dc8c9
100644
(file)
--- 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
(file)
--- 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,