summaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
authorYuri Tikhonov <yur@emcraft.com>2008-05-08 15:46:02 +0200
committerWolfgang Denk <wd@denx.de>2008-05-20 23:24:38 +0200
commit7845d49094c81321021b50a4dbb8864d2f3777e4 (patch)
treebc17cf50dec3999fa446bdb2bbba638de58875aa /post
parent28a385065882d6cb6ac5f443311ff87887ed7c13 (diff)
downloadtalos-obmc-uboot-7845d49094c81321021b50a4dbb8864d2f3777e4.tar.gz
talos-obmc-uboot-7845d49094c81321021b50a4dbb8864d2f3777e4.zip
POST: mark OCM test as POST_STOP
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Diffstat (limited to 'post')
-rw-r--r--post/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/tests.c b/post/tests.c
index cdf4c86419..a790c789d6 100644
--- 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,
OpenPOWER on IntegriCloud