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

/u-boot/boot/
H A Dimage-fit.c440 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL);
1849 FIT_DEFAULT_PROP, &len);
1851 fit_get_debug(fit, confs_noffset, FIT_DEFAULT_PROP,
H A Dimage-board.c941 return fdt_getprop(fit, images_noffset, FIT_DEFAULT_PROP, NULL);
/u-boot/include/
H A Dimage.h1109 #define FIT_DEFAULT_PROP "default" macro
1428 * name is retrieved from FIT_DEFAULT_PROP property of the '/configurations'
/u-boot/tools/
H A Dfit_image.c368 fdt_property_string(fdt, FIT_DEFAULT_PROP, "conf-1");
/u-boot/test/image/
H A Dspl_load.c216 if (fdt_property_string(dst, FIT_DEFAULT_PROP, "config-1"))

Completed in 63 milliseconds