Home
last modified time | relevance | path

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

/openbmc/u-boot/post/
H A Dpost.c267 gd->flags |= GD_FLG_POSTSTOP; in post_run_single()
277 gd->flags |= GD_FLG_POSTSTOP; in post_run_single()
303 if (gd->flags & GD_FLG_POSTSTOP) in post_run()
320 if (gd->flags & GD_FLG_POSTSTOP) in post_run()
329 if (gd->flags & GD_FLG_POSTSTOP) in post_run()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h152 #define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */ macro