Home
last modified time | relevance | path

Searched refs:FIT_DEFAULT_PROP (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Dsource.c40 return fdt_getprop(fit, images_noffset, FIT_DEFAULT_PROP, NULL); in get_default_image()
/third_party/uboot/u-boot-2020.01/common/
Dimage-fit.c414 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents()
1818 FIT_DEFAULT_PROP, &len); in fit_conf_get_node()
1820 fit_get_debug(fit, confs_noffset, FIT_DEFAULT_PROP, in fit_conf_get_node()
Dimage-fit.c.orig411 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL);
1695 FIT_DEFAULT_PROP, &len);
1697 fit_get_debug(fit, confs_noffset, FIT_DEFAULT_PROP,
/third_party/uboot/u-boot-2020.01/include/
Dimage.h959 #define FIT_DEFAULT_PROP "default" macro
Dimage.h.orig955 #define FIT_DEFAULT_PROP "default"
1090 * name is retrieved from FIT_DEFAULT_PROP property of the '/configurations'
/third_party/uboot/u-boot-2020.01/tools/
Dfit_image.c297 fdt_property_string(fdt, FIT_DEFAULT_PROP, "conf-1"); in fit_write_configs()