Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimage.h950 #define FIT_LOAD_PROP "load" macro
/openbmc/u-boot/tools/
H A Dfit_image.c213 fdt_property_u32(fdt, FIT_LOAD_PROP, params->addr); in fit_write_images()
/openbmc/u-boot/common/
H A Dimage-fit.c820 return fit_image_get_address(fit, noffset, FIT_LOAD_PROP, load); in fit_image_get_load()