Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_atf.c141 data = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_fit_images_find()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c606 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
608 fit_get_debug(fit, noffset, FIT_OS_PROP, len); in fit_image_get_os()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h930 #define FIT_OS_PROP "os" macro