projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a3850
)
POST: mark OCM test as POST_STOP
author
Yuri Tikhonov
<yur@emcraft.com>
Thu, 8 May 2008 13:46:02 +0000
(15:46 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 20 May 2008 21:24:38 +0000
(23:24 +0200)
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
post/tests.c
patch
|
blob
|
history
diff --git
a/post/tests.c
b/post/tests.c
index cdf4c8641943caa5188b3f418aebdf55ab1c24a0..a790c789d63fbf51df9a90bc2e13fdd404776970 100644
(file)
--- a/
post/tests.c
+++ b/
post/tests.c
@@
-66,7
+66,7
@@
struct post_test post_list[] =
"OCM test",
"ocm",
"This test checks on chip memory (OCM).",
- POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL,
+ POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL
| POST_STOP
,
&ocm_post_test,
NULL,
NULL,