Searched refs:os_ok (Results 1 – 1 of 1) sorted by relevance
1799 int type_ok, os_ok; in fit_image_load() local1909 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load()1920 if ((!type_ok || !os_ok) && image_type != IH_TYPE_LOADABLE) { in fit_image_load()