Commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89

Authored by Sascha Laue
Committed by Wolfgang Denk
1 parent f135265178

Configure DSP POST; add watchdog reset to diag command

Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>

Showing 2 changed files with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -319,6 +319,7 @@
319 319 }
320 320  
321 321 if (i < post_list_size) {
  322 + WATCHDOG_RESET();
322 323 return post_run_single (post_list + i,
323 324 test_flags[i],
324 325 flags, i);
... ... @@ -240,7 +240,7 @@
240 240 "DSP test",
241 241 "dsp",
242 242 "This test checks any connected DSP(s).",
243   - POST_RAM | POST_MANUAL,
  243 + POST_RAM | POST_ALWAYS | POST_MANUAL,
244 244 &dsp_post_test,
245 245 NULL,
246 246 NULL,