]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/tests.c
POST: mark OCM test as POST_STOP
[people/ms/u-boot.git] / 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,