Home
last modified time | relevance | path

Searched refs:FIT_FDT_PROP (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/common/
Dboot_fit.c30 fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len); in fdt_offset()
Dimage-fit.c287 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()
Dimage-fdt.c288 FIT_FDT_PROP, in boot_get_fdt()
/external/u-boot/tools/
Dfit_image.c227 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()
Dimage-host.c381 FIT_FDT_PROP; in fit_config_get_image_list()
/external/u-boot/common/spl/
Dspl_fit.c292 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 0); in spl_fit_append_fdt()
Dspl.c155 const char *fit_uname_fdt = FIT_FDT_PROP; in spl_load_fit_image()
/external/u-boot/include/
Dimage.h922 #define FIT_FDT_PROP "fdt" macro