Searched refs:BOOTM_STATE_PRE_LOAD (Results 1 – 3 of 3) sorted by relevance
47 U_BOOT_CMD_MKENT(preload, 0, 1, (void *)BOOTM_STATE_PRE_LOAD, "", ""),89 state |= BOOTM_STATE_PRE_LOAD | BOOTM_STATE_FINDOS | in do_bootm_subcommand()92 if (state == BOOTM_STATE_PRE_LOAD) in do_bootm_subcommand()109 if (!ret && (state & BOOTM_STATE_PRE_LOAD)) in do_bootm_subcommand()158 states = BOOTM_STATE_START | BOOTM_STATE_FINDOS | BOOTM_STATE_PRE_LOAD | in do_bootm()
410 #define BOOTM_STATE_PRE_LOAD 0x00000800 macro
718 if (!ret && (states & BOOTM_STATE_PRE_LOAD)) in do_bootm_states()
Completed in 14 milliseconds