Searched refs:FIT_DEFAULT_PROP (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | source.c | 39 return fdt_getprop(fit, images_noffset, FIT_DEFAULT_PROP, NULL); in get_default_image()
|
/openbmc/u-boot/common/ |
H A D | image-fit.c | 410 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents() 1650 FIT_DEFAULT_PROP, &len); in fit_conf_get_node() 1652 fit_get_debug(fit, confs_noffset, FIT_DEFAULT_PROP, in fit_conf_get_node()
|
/openbmc/u-boot/tools/ |
H A D | fit_image.c | 285 fdt_property_string(fdt, FIT_DEFAULT_PROP, "conf-1"); in fit_write_configs()
|
/openbmc/u-boot/include/ |
H A D | image.h | 957 #define FIT_DEFAULT_PROP "default" macro
|