Searched refs:BOOTM_STATE_LOADOS (Results 1 – 3 of 3) sorted by relevance
43 U_BOOT_CMD_MKENT(loados, 0, 1, (void *)BOOTM_STATE_LOADOS, "", ""),127 BOOTM_STATE_LOADOS | in do_bootm()
653 if (!ret && (states & BOOTM_STATE_LOADOS)) { in do_bootm_states()
389 #define BOOTM_STATE_LOADOS (0x00000008) macro