Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c247 (gd->flags & GD_FLG_POSTFAIL) ? in post_run_single()
266 gd->flags |= GD_FLG_POSTFAIL; in post_run_single()
276 gd->flags |= GD_FLG_POSTFAIL; in post_run_single()
310 gd->flags |= GD_FLG_POSTFAIL; in post_run()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h170 #define GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed */ macro
/OK3568_Linux_fs/u-boot/common/
H A Dautoboot.c325 if (gd->flags & GD_FLG_POSTFAIL) {