Skip to content
Snippets Groups Projects
Commit 7845d490 authored by Yuri Tikhonov's avatar Yuri Tikhonov Committed by Wolfgang Denk
Browse files

POST: mark OCM test as POST_STOP


Signed-off-by: default avatarIlya Yanok <yanok@emcraft.com>
parent 28a38506
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment