Home
last modified time | relevance | path

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

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