Home
last modified time | relevance | path

Searched refs:POST_CRITICAL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/post/
H A Dtests.c54 POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL | POST_STOP,
271 POST_RAM | POST_ALWAYS | POST_CRITICAL,
H A Dpost.c168 POST_CRITICAL }; in post_get_env_flags()
265 if (test_flags & POST_CRITICAL) in post_run_single()
275 if (test_flags & POST_CRITICAL) in post_run_single()
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h79 #define POST_CRITICAL 0x2000 /* Use failbootcmd if test failed */ macro