Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/cmd/
Dbootm.c47 U_BOOT_CMD_MKENT(start, 0, 1, (void *)BOOTM_STATE_START, "", ""),
74 if (state == BOOTM_STATE_START) in do_bootm_subcommand()
81 if (((state & BOOTM_STATE_START) != BOOTM_STATE_START) && in do_bootm_subcommand()
177 return do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START | in do_bootm()
Dbootz.c31 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START, in bootz_start()
Dbooti.c28 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START, in booti_start()
/third_party/uboot/u-boot-2020.01/common/
Dbootm.c77 images.state = BOOTM_STATE_START; in bootm_start()
534 if (states & BOOTM_STATE_START) in do_bootm_states()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h398 #define BOOTM_STATE_START (0x00000001) macro
Dimage.h.orig396 #define BOOTM_STATE_START (0x00000001)