Searched refs:bootm_find_images (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/include/ |
D | bootm.h | 51 int bootm_find_images(int flag, int argc, char * const argv[]);
|
/external/u-boot/cmd/ |
D | bootz.c | 54 if (bootm_find_images(flag, argc, argv)) in bootz_start()
|
D | booti.c | 57 if (bootm_find_images(flag, argc, argv)) in booti_start()
|
/external/u-boot/common/ |
D | bootm.c | 245 int bootm_find_images(int flag, int argc, char * const argv[]) in bootm_find_images() function 299 return bootm_find_images(flag, argc, argv); in bootm_find_other()
|
D | bootm_os.c | 455 ret = bootm_find_images(flag, argc, argv); in do_bootm_tee()
|