Home
last modified time | relevance | path

Searched refs:POST_FAILED (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/post/
Dpost.c256 show_post_progress(i, POST_BEFORE, POST_FAILED); in post_run_single()
263 show_post_progress(i, POST_AFTER, POST_FAILED); in post_run_single()
273 show_post_progress(i, POST_AFTER, POST_FAILED); in post_run_single()
/external/u-boot/include/
Dpost.h92 #define POST_FAILED 0 macro