Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage.c1251 int fit_img_result; in boot_get_fpga() local
1283 fit_img_result = fit_image_load(images, in boot_get_fpga()
1296 if (fit_img_result < 0) { in boot_get_fpga()
1298 return fit_img_result; in boot_get_fpga()
1364 int fit_img_result; in boot_get_loadable() local
1393 fit_img_result = fit_image_load(images, in boot_get_loadable()
1401 if (fit_img_result < 0) { in boot_get_loadable()
1403 return fit_img_result; in boot_get_loadable()
1406 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()
1407 if (fit_img_result < 0) { in boot_get_loadable()
[all …]