HomeSort by relevance Sort by last modified time
    Searched refs:BOOTM_STATE_START (Results 1 - 5 of 5) sorted by null

  /external/u-boot/cmd/
booti.c 27 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START,
bootz.c 30 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START,
bootm.c 42 U_BOOT_CMD_MKENT(start, 0, 1, (void *)BOOTM_STATE_START, "", ""),
69 if (state == BOOTM_STATE_START)
76 if (((state & BOOTM_STATE_START) != BOOTM_STATE_START) &&
125 return do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START |
  /external/u-boot/common/
bootm.c 83 images.state = BOOTM_STATE_START;
612 * BOOTM_STATE_START, since this handles and consumes the command line args.
643 if (states & BOOTM_STATE_START)
  /external/u-boot/include/
image.h 386 #define BOOTM_STATE_START (0x00000001)
    [all...]

Completed in 53 milliseconds