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

/u-boot/boot/
H A Dimage-board.c617 int fit_img_result; local
650 fit_img_result = fit_image_load(images,
663 if (fit_img_result < 0) {
665 return fit_img_result;
729 int fit_img_result; local
757 fit_img_result = fit_image_load(images, tmp_img_addr,
765 if (fit_img_result < 0) {
767 return fit_img_result;
770 fit_img_result = fit_image_get_node(buf, uname);
771 if (fit_img_result <
[all...]

Completed in 68 milliseconds