Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage.c1230 int fit_img_result; in boot_get_fpga() local
1260 fit_img_result = fit_image_load(images, in boot_get_fpga()
1273 if (fit_img_result < 0) { in boot_get_fpga()
1275 return fit_img_result; in boot_get_fpga()
1341 int fit_img_result; in boot_get_loadable() local
1370 fit_img_result = fit_image_load(images, in boot_get_loadable()
1378 if (fit_img_result < 0) { in boot_get_loadable()
1380 return fit_img_result; in boot_get_loadable()
1383 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()
1384 if (fit_img_result < 0) { in boot_get_loadable()
[all …]