Searched refs:PHASE_NONE (Results 1 – 1 of 1) sorted by relevance
61 PHASE_NONE, /* Invalid phase, signifying before U-Boot */ enumerator136 return PHASE_NONE; in spl_prev_phase()138 return IS_ENABLED(CONFIG_TPL) ? PHASE_TPL : PHASE_NONE; in spl_prev_phase()140 return IS_ENABLED(CONFIG_SPL) ? PHASE_SPL : PHASE_NONE; in spl_prev_phase()
Completed in 4 milliseconds