Home
last modified time | relevance | path

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

/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h162 #define GD_FLG_SPL_EARLY_INIT 0x04000 /* Early SPL init is done */ macro
/openbmc/u-boot/common/spl/
H A Dspl.c488 gd->flags |= GD_FLG_SPL_EARLY_INIT; in spl_early_init()
503 if (!(gd->flags & GD_FLG_SPL_EARLY_INIT)) { in spl_init()