Home
last modified time | relevance | path

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

/external/u-boot/post/
Dpost.c246 (gd->flags & GD_FLG_POSTFAIL) ? in post_run_single()
265 gd->flags |= GD_FLG_POSTFAIL; in post_run_single()
275 gd->flags |= GD_FLG_POSTFAIL; in post_run_single()
309 gd->flags |= GD_FLG_POSTFAIL; in post_run()
/external/u-boot/include/asm-generic/
Dglobal_data.h139 #define GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed */ macro
/external/u-boot/common/
Dautoboot.c313 if (gd->flags & GD_FLG_POSTFAIL) { in bootdelay_process()