Searched refs:FIT_DEFAULT_PROP (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/cmd/ |
D | source.c | 40 return fdt_getprop(fit, images_noffset, FIT_DEFAULT_PROP, NULL); in get_default_image()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | image-fit.c | 414 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()
|
D | image-fit.c.orig | 411 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/ |
D | image.h | 959 #define FIT_DEFAULT_PROP "default" macro
|
D | image.h.orig | 955 #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/ |
D | fit_image.c | 297 fdt_property_string(fdt, FIT_DEFAULT_PROP, "conf-1"); in fit_write_configs()
|