* [U-Boot-Users] [PATCH] configure dsp POST and add watchdog reset to the diag cmd.
@ 2008-05-30 7:48 sascha.laue at liebherr.com
2008-07-05 22:32 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: sascha.laue at liebherr.com @ 2008-05-30 7:48 UTC (permalink / raw)
To: u-boot
From: Sascha Laue <sascha.laue@liebherr.com>
Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
---
post/post.c | 1 +
post/tests.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
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,
--
1.5.2.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH] configure dsp POST and add watchdog reset to the diag cmd.
2008-05-30 7:48 [U-Boot-Users] [PATCH] configure dsp POST and add watchdog reset to the diag cmd sascha.laue at liebherr.com
@ 2008-07-05 22:32 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-07-05 22:32 UTC (permalink / raw)
To: u-boot
In message <12121336942028-git-send-email-sascha.laue@liebherr.com> you wrote:
> From: Sascha Laue <sascha.laue@liebherr.com>
>
>
> Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
> ---
> post/post.c | 1 +
> post/tests.c | 2 +-
> 2 files changed, 2 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Our missions are peaceful -- not for conquest. When we do battle, it
is only because we have no choice.
-- Kirk, "The Squire of Gothos", stardate 2124.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-05 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 7:48 [U-Boot-Users] [PATCH] configure dsp POST and add watchdog reset to the diag cmd sascha.laue at liebherr.com
2008-07-05 22:32 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox