Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootcount.h101 if (!(gd->flags & GD_FLG_SPL_INIT)) in bootcount_error()
115 if (gd->flags & GD_FLG_SPL_INIT) { in bootcount_inc()
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Djz4780.c42 gd->flags |= GD_FLG_SPL_INIT; in board_init_f()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h158 #define GD_FLG_SPL_INIT 0x00400 /* spl_init() has been called */ macro
/openbmc/u-boot/common/spl/
H A Dspl.c508 gd->flags |= GD_FLG_SPL_INIT; in spl_init()
647 if (!(gd->flags & GD_FLG_SPL_INIT)) { in board_init_r()