diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/imxtools/sbtools/sbtoelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/imxtools/sbtools/sbtoelf.c b/utils/imxtools/sbtools/sbtoelf.c index cf1744b..640a241 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 return; if(g_elf_simplify) elf_simplify(elf); - elf_write_file(elf, elf_std_write, elf_std_printf, fd); + elf_write_file(elf, elf_std_write, generic_std_printf, fd); fclose(fd); } |