Home
last modified time | relevance | path

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

/external/u-boot/include/
Dbootcount.h53 if (!(gd->flags & GD_FLG_SPL_INIT)) in bootcount_error()
67 if (gd->flags & GD_FLG_SPL_INIT) { in bootcount_inc()
/external/u-boot/include/asm-generic/
Dglobal_data.h146 #define GD_FLG_SPL_INIT 0x00400 /* spl_init() has been called */ macro
/external/u-boot/common/spl/
Dspl.c383 gd->flags |= GD_FLG_SPL_INIT; in spl_init()
479 if (!(gd->flags & GD_FLG_SPL_INIT)) { in board_init_r()