Home
last modified time | relevance | path

Searched refs:FIT_TOTALSIZE_PROP (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c544 val = fdt_getprop(fit, 0, FIT_TOTALSIZE_PROP, NULL); in fit_get_totalsize()
1161 ret = fdt_setprop(fit, noffset, FIT_TOTALSIZE_PROP, &t, in fit_set_totalsize()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h925 #define FIT_TOTALSIZE_PROP "totalsize" macro