summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/imxtools/sbtools/sbtoelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/imxtools/sbtools/sbtoelf.c b/utils/imxtools/sbtools/sbtoelf.c
index cf1744b086..640a2418c1 100644
--- a/utils/imxtools/sbtools/sbtoelf.c
+++ b/utils/imxtools/sbtools/sbtoelf.c
@@ -77,7 +77,7 @@ static void extract_elf_section(struct elf_params_t *elf, int count, uint32_t id
77 return; 77 return;
78 if(g_elf_simplify) 78 if(g_elf_simplify)
79 elf_simplify(elf); 79 elf_simplify(elf);
80 elf_write_file(elf, elf_std_write, elf_std_printf, fd); 80 elf_write_file(elf, elf_std_write, generic_std_printf, fd);
81 fclose(fd); 81 fclose(fd);
82} 82}
83 83