Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c2038 int type_ok, os_ok; in fit_image_load_index() local
2167 type_ok = fit_image_check_type(fit, noffset, image_type) || in fit_image_load_index()
2186 if ((!type_ok || !os_ok) && image_type != IH_TYPE_LOADABLE) { in fit_image_load_index()