From: Yuri Tikhonov Date: Thu, 8 May 2008 13:46:02 +0000 (+0200) Subject: POST: mark OCM test as POST_STOP X-Git-Url: https://git.sur5r.net/?p=u-boot;a=commitdiff_plain;h=43ad16fbc02f0abb5c8026336b38bc100c208f93 POST: mark OCM test as POST_STOP Signed-off-by: Ilya Yanok --- 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,