Home
last modified time | relevance | path

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

/u-boot/include/
A Dspl.h61 PHASE_NONE, /* Invalid phase, signifying before U-Boot */ enumerator
136 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