POST: mark OCM test as POST_STOP
authorYuri Tikhonov <yur@emcraft.com>
Thu, 8 May 2008 13:46:02 +0000 (15:46 +0200)
committerWolfgang 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

index cdf4c86..a790c78 100644 (file)
@@ -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,