[U-Boot-Users] [PATCH] POST: mark OCM test as POST_STOP

Wolfgang Denk wd at denx.de
Thu May 8 23:59:46 CEST 2008


From: Yuri Tikhonov <yur at emcraft.com>

Signed-off-by: Ilya Yanok <yanok at emcraft.com>
---
 post/tests.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/post/tests.c b/post/tests.c
index cdf4c86..a790c78 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,
-- 
1.5.4.2





More information about the U-Boot mailing list