Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimage.h940 #define FIT_DATA_POSITION_PROP "data-position" macro
/openbmc/u-boot/tools/
H A Dfit_image.c462 fdt_setprop_u32(fdt, node, FIT_DATA_POSITION_PROP, in fit_extract_data()
/openbmc/u-boot/common/
H A Dimage-fit.c916 val = fdt_getprop(fit, noffset, FIT_DATA_POSITION_PROP, NULL); in fit_image_get_data_position()