POST: mark OCM test as POST_STOP

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
This commit is contained in:
Yuri Tikhonov 2008-05-08 15:46:02 +02:00 committed by Wolfgang Denk
parent 28a3850658
commit 7845d49094
1 changed files with 1 additions and 1 deletions

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