Home
last modified time | relevance | path

Searched refs:BOOTM_STATE_START (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dbootm.c43 U_BOOT_CMD_MKENT(start, 0, 1, (void *)BOOTM_STATE_START, "", ""),
70 if (state == BOOTM_STATE_START) in do_bootm_subcommand()
77 if (((state & BOOTM_STATE_START) != BOOTM_STATE_START) && in do_bootm_subcommand()
129 return do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START | in do_bootm()
H A Dbootz.c31 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START, in bootz_start()
H A Dbootuimage.c85 BOOTM_STATE_START | in do_boot_uimage()
H A Dbootfit.c109 BOOTM_STATE_START | in do_boot_fit()
H A Dbooti.c99 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START, in booti_start()
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c101 images.state = BOOTM_STATE_START; in bootm_start()
704 if (states & BOOTM_STATE_START) in do_bootm_states()
H A Dandroid_bootloader.c346 BOOTM_STATE_START | in android_bootloader_boot_kernel()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h386 #define BOOTM_STATE_START (0x00000001) macro