summaryrefslogtreecommitdiffstats
path: root/post/tests.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-07-07 09:51:25 +0200
committerStefan Roese <sr@denx.de>2008-07-07 09:51:25 +0200
commit7c6237b3e2f2ee0098897da39b79aff4642b8946 (patch)
treed768b7851bb688f543da0a3ed50c927a2bde2804 /post/tests.c
parentdd1c5523d6f44e842e69f2fcb50788c6060eab86 (diff)
parentc956717ab25c962ef49d49064dfc73f4edcba1fb (diff)
downloadu-boot-7c6237b3e2f2ee0098897da39b79aff4642b8946.tar.gz
u-boot-7c6237b3e2f2ee0098897da39b79aff4642b8946.tar.xz
u-boot-7c6237b3e2f2ee0098897da39b79aff4642b8946.zip
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'post/tests.c')
-rw-r--r--post/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/tests.c b/post/tests.c
index a790c789d6..e88d92ed74 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,