Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_atf.c120 data = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_fit_images_find_uboot()
/external/u-boot/common/
Dimage-fit.c663 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
665 fit_get_debug(fit, noffset, FIT_OS_PROP, len); in fit_image_get_os()
/external/u-boot/include/
Dimage.h914 #define FIT_OS_PROP "os" macro