Searched defs:reuse_fdt (Results 1 - 1 of 1) sorted by relevance

/system/libufdt/utils/src/
H A Dmkdtimg_core.c185 struct dt_options *options, int reuse_fdt) {
221 if (!reuse_fdt) {
307 int reuse_fdt; local
317 reuse_fdt = 1;
320 reuse_fdt = 0;
325 &writer->entry_options, reuse_fdt);
328 if (!reuse_fdt) {
183 output_img_entry(FILE *img_fp, size_t entry_offset, size_t dt_offset, const char *fdt_filename, struct dt_options *options, int reuse_fdt) argument

Completed in 114 milliseconds