Configure DSP POST; add watchdog reset to diag command
Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
This commit is contained in:
parent
f135265178
commit
5744ddc663
|
@ -319,6 +319,7 @@ int post_run (char *name, int flags)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i < post_list_size) {
|
if (i < post_list_size) {
|
||||||
|
WATCHDOG_RESET();
|
||||||
return post_run_single (post_list + i,
|
return post_run_single (post_list + i,
|
||||||
test_flags[i],
|
test_flags[i],
|
||||||
flags, i);
|
flags, i);
|
||||||
|
|
|
@ -240,7 +240,7 @@ struct post_test post_list[] =
|
||||||
"DSP test",
|
"DSP test",
|
||||||
"dsp",
|
"dsp",
|
||||||
"This test checks any connected DSP(s).",
|
"This test checks any connected DSP(s).",
|
||||||
POST_RAM | POST_MANUAL,
|
POST_RAM | POST_ALWAYS | POST_MANUAL,
|
||||||
&dsp_post_test,
|
&dsp_post_test,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in New Issue