Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-fit.c547 val = fdt_getprop(fit, 0, FIT_TOTALSIZE_PROP, NULL); in fit_get_totalsize()
1209 ret = fdt_setprop(fit, noffset, FIT_TOTALSIZE_PROP, &t, in fit_set_totalsize()
/rk3399_rockchip-uboot/include/
H A Dimage.h929 #define FIT_TOTALSIZE_PROP "totalsize" macro