summaryrefslogtreecommitdiffstats
path: root/src/qmode.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-06-23 13:05:46 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-06-23 13:05:46 +0200
commitb1cfc3181bc83b43e07f3b801166c8c8181cecf8 (patch)
tree6fa045db48f7aa8d9b27f464bd9c4b984df57001 /src/qmode.c
parent1ddf269c699c4028d4f5ae580b22cad0dd62d274 (diff)
download0xFFFF-b1cfc3181bc83b43e07f3b801166c8c8181cecf8.tar.bz2
Prepair flash_image for specifing device and hw revisions
Diffstat (limited to 'src/qmode.c')
-rw-r--r--src/qmode.c2
1 files changed, 1 insertions, 1 deletions
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) {