Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c268 gd->flags |= GD_FLG_POSTSTOP; in post_run_single()
278 gd->flags |= GD_FLG_POSTSTOP; in post_run_single()
304 if (gd->flags & GD_FLG_POSTSTOP) in post_run()
321 if (gd->flags & GD_FLG_POSTSTOP) in post_run()
330 if (gd->flags & GD_FLG_POSTSTOP) in post_run()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h171 #define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */ macro