Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fit.c1365 uint8_t image_os; in fit_image_check_os() local
1367 if (fit_image_get_os(fit, noffset, &image_os)) in fit_image_check_os()
1369 return (os == image_os); in fit_image_check_os()