Searched refs:bootm_find_images (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/prebuilt-intermediates/ |
D | bootm.h | 55 int bootm_find_images(int flag, int argc, char * const argv[]);
|
/external/u-boot/include/ |
D | bootm.h | 55 int bootm_find_images(int flag, int argc, char * const argv[]);
|
/external/u-boot/cmd/ |
D | bootz.c | 55 if (bootm_find_images(flag, argc, argv)) in bootz_start()
|
D | booti.c | 61 if (bootm_find_images(flag, argc, argv)) in booti_start()
|
/external/u-boot/common/ |
D | bootm.c | 239 int bootm_find_images(int flag, int argc, char * const argv[]) in bootm_find_images() function 294 return bootm_find_images(flag, argc, argv); in bootm_find_other()
|
D | bootm_os.c | 492 ret = bootm_find_images(flag, argc, argv); in do_bootm_tee()
|