Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dbootm.c43 U_BOOT_CMD_MKENT(loados, 0, 1, (void *)BOOTM_STATE_LOADOS, "", ""),
127 BOOTM_STATE_LOADOS | in do_bootm()
/openbmc/u-boot/include/
H A Dimage.h415 #define BOOTM_STATE_LOADOS (0x00000008) macro
/openbmc/u-boot/common/
H A Dbootm.c718 if (!ret && (states & BOOTM_STATE_LOADOS)) { in do_bootm_states()