From 7845d49094c81321021b50a4dbb8864d2f3777e4 Mon Sep 17 00:00:00 2001
From: Yuri Tikhonov <yur@emcraft.com>
Date: Thu, 8 May 2008 15:46:02 +0200
Subject: [PATCH] POST: mark OCM test as POST_STOP

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
---
 post/tests.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
GitLab