commit | 9c667bfbbf455b19f390367ed7a765b8cd454ba2 | [log] [tgz] |
---|---|---|
author | Yuri Tikhonov <yur@emcraft.com> | Thu May 08 15:46:02 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue May 20 23:24:38 2008 +0200 |
tree | bc17cf50dec3999fa446bdb2bbba638de58875aa | |
parent | bc439b068d6fc71cec2a0859b04b4454e92d4452 [diff] |
POST: mark OCM test as POST_STOP Signed-off-by: Ilya Yanok <yanok@emcraft.com>
diff --git a/post/tests.c b/post/tests.c index cdf4c86..a790c78 100644 --- a/post/tests.c +++ b/post/tests.c
@@ -66,7 +66,7 @@ "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,