]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 cdf4c8641943caa5188b3f418aebdf55ab1c24a0..a790c789d63fbf51df9a90bc2e13fdd404776970 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,