From b1cfc3181bc83b43e07f3b801166c8c8181cecf8 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sat, 23 Jun 2012 13:05:46 +0200 Subject: Prepair flash_image for specifing device and hw revisions --- src/qmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmode.c') diff --git a/src/qmode.c b/src/qmode.c index d8c22db..64ee94a 100644 --- a/src/qmode.c +++ b/src/qmode.c @@ -56,7 +56,7 @@ void process_message(char *msg) const char *type = fpid_file(arg); if (type == NULL) { squeue_push2(p, "error", "Unknown piece format", 1); - } else flash_image(arg, type, NULL); + } else flash_image(arg, type, NULL, NULL, NULL); } else if (!strcmp(str, "reset")) { if (reboot_board() == 0) { -- cgit v1.2.3