Home
last modified time | relevance | path

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

/u-boot/include/
A Dbootcount.h113 if (!(gd->flags & GD_FLG_SPL_INIT)) in bootcount_error()
127 if (gd->flags & GD_FLG_SPL_INIT) { in bootcount_inc()
/u-boot/arch/mips/mach-jz47xx/jz4780/
A Djz4780.c47 gd->flags |= GD_FLG_SPL_INIT; in board_init_f()
/u-boot/include/asm-generic/
A Dglobal_data.h549 GD_FLG_SPL_INIT = 0x00400, enumerator
/u-boot/common/spl/
A Dspl.c492 gd->flags |= GD_FLG_SPL_INIT; in spl_init()
617 if (!(gd->flags & GD_FLG_SPL_INIT)) { in board_init_r()
/u-boot/cmd/
A Dtlv_eeprom.c920 if (gd->flags & (GD_FLG_RELOC | GD_FLG_SPL_INIT)) { in find_tlv_device_by_index()

Completed in 12 milliseconds