From 8dc7970bb571c88c781ef8c42b23e703379b03e1 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 21 Aug 2013 23:02:49 +0200 Subject: sbtools: fix red Change-Id: I28b7d4d59d8f14abbba2a70e2bdea6987b6a3a98 --- utils/imxtools/sbtools/sbtoelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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); } -- cgit v1.2.3