Searched refs:boot_run (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dbootm.h154 * boot_run() - Run the entire bootm/booti/bootz process
169 int boot_run(struct bootm_info *bmi, const char *cmd, int extra_states);
/u-boot/boot/
H A Dbootm.c1131 int boot_run(struct bootm_info *bmi, const char *cmd, int extra_states) function
1147 return boot_run(bmi, "bootm", BOOTM_STATE_START | BOOTM_STATE_FINDOS |
1154 return boot_run(bmi, "bootz", 0);
1159 return boot_run(bmi, "booti", 0);

Completed in 50 milliseconds