Home
last modified time | relevance | path

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

/openbmc/u-boot/post/
H A Dpost.c247 POST_FAIL_SAVE | i : i); in post_run_single()
307 if (last & POST_FAIL_SAVE) { in post_run()
308 last &= ~POST_FAIL_SAVE; in post_run()
/openbmc/u-boot/include/
H A Dpost.h87 #define POST_FAIL_SAVE 0x80 macro