Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c148 data = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_fit_images_find()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c609 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
611 fit_get_debug(fit, noffset, FIT_OS_PROP, len); in fit_image_get_os()
/rk3399_rockchip-uboot/include/
H A Dimage.h934 #define FIT_OS_PROP "os" macro