Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dfit_image.c214 fdt_property_u32(fdt, FIT_ENTRY_PROP, params->ep); in fit_write_images()
/openbmc/u-boot/include/
H A Dimage.h949 #define FIT_ENTRY_PROP "entry" macro
/openbmc/u-boot/common/
H A Dimage-fit.c842 return fit_image_get_address(fit, noffset, FIT_ENTRY_PROP, entry); in fit_image_get_entry()