Searched refs:FIT_FDT_PROP (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/common/ |
D | boot_fit.c | 30 fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len); in fdt_offset()
|
D | image-fit.c | 287 uname = fdt_stringlist_get(fit, noffset, FIT_FDT_PROP, in fit_conf_print() 1765 return FIT_FDT_PROP; in fit_get_image_type_property() 2080 count = fit_conf_get_prop_node_count(fit, cfg_noffset, FIT_FDT_PROP); in boot_get_fdt_fit() 2103 FIT_FDT_PROP, i); in boot_get_fdt_fit()
|
D | image-fdt.c | 288 FIT_FDT_PROP, in boot_get_fdt()
|
/external/u-boot/tools/ |
D | fit_image.c | 227 snprintf(str, sizeof(str), "%s-%d", FIT_FDT_PROP, ++upto); in fit_write_images() 300 snprintf(str, sizeof(str), FIT_FDT_PROP "-%d", upto); in fit_write_configs() 301 fdt_property_string(fdt, FIT_FDT_PROP, str); in fit_write_configs()
|
D | image-host.c | 381 FIT_FDT_PROP; in fit_config_get_image_list()
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 292 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 0); in spl_fit_append_fdt()
|
D | spl.c | 155 const char *fit_uname_fdt = FIT_FDT_PROP; in spl_load_fit_image()
|
/external/u-boot/include/ |
D | image.h | 922 #define FIT_FDT_PROP "fdt" macro
|