Searched refs:FIT_DATA_POSITION_PROP (Results 1 - 5 of 5) sorted by relevance

/u-boot/boot/
H A Dimage-fit-sig.c265 FIT_DATA_POSITION_PROP,
H A Dimage-fit.c979 val = fdt_getprop(fit, noffset, FIT_DATA_POSITION_PROP, NULL);
/u-boot/tools/
H A Dfit_image.c554 fdt_setprop_u32(fdt, node, FIT_DATA_POSITION_PROP,
669 * FIT_DATA_OFFSET_PROP and FIT_DATA_POSITION_PROP are never both present,
672 buf_ptr = fdtdec_get_int(fdt, node, FIT_DATA_POSITION_PROP, -1);
674 ext_data_prop = FIT_DATA_POSITION_PROP;
H A Dimage-host.c955 FIT_DATA_POSITION_PROP,
/u-boot/include/
H A Dimage.h1092 #define FIT_DATA_POSITION_PROP "data-position" macro

Completed in 110 milliseconds