Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dbootuimage.c87 BOOTM_STATE_LOADOS | in do_boot_uimage()
H A Dbootm.c44 U_BOOT_CMD_MKENT(loados, 0, 1, (void *)BOOTM_STATE_LOADOS, "", ""),
131 BOOTM_STATE_LOADOS | in do_bootm()
H A Dbootfit.c111 BOOTM_STATE_LOADOS | in do_boot_fit()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h389 #define BOOTM_STATE_LOADOS (0x00000008) macro
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c714 if (!ret && (states & BOOTM_STATE_LOADOS)) { in do_bootm_states()
H A Dandroid_bootloader.c348 BOOTM_STATE_LOADOS | in android_bootloader_boot_kernel()