diff options
author | Sascha Laue <sascha.laue@liebherr.com> | 2008-05-30 09:48:14 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-29 19:19:35 +0200 |
commit | 5744ddc6637fea4f7b911a54a5fa860cb81a5d89 (patch) | |
tree | 2b4e481956c5bdccc03267318472fdae531ad991 /post/tests.c | |
parent | f13526517859bf6b573e23ff47199e107d1009b5 (diff) | |
download | u-boot-imx-5744ddc6637fea4f7b911a54a5fa860cb81a5d89.zip u-boot-imx-5744ddc6637fea4f7b911a54a5fa860cb81a5d89.tar.gz u-boot-imx-5744ddc6637fea4f7b911a54a5fa860cb81a5d89.tar.bz2 |
Configure DSP POST; add watchdog reset to diag command
Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
Diffstat (limited to 'post/tests.c')
-rw-r--r-- | post/tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |