summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-09 20:38:47 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-09 20:38:47 +0200
commit29084d4acf2f45678209d9876e2931c888c5ab95 (patch)
tree6b11a8f4aedfa54a222850acb34aa9cf132ada5c /src/main.c
parent0d7694160012f2cdcec96932a6bdff6e75f25ad4 (diff)
download0xFFFF-29084d4acf2f45678209d9876e2931c888c5ab95.tar.bz2
flash: Rewrite flash_image code to use struct * image
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ea8748c..ec9b5fc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -584,7 +584,7 @@ int main(int argc, char **argv)
for(c=0;c<pcs_n;c++) {
printf("Flashing %s (%s)\n", pcs[c].type, pcs[c].name);
- flash_image(pcs[c].name, pcs[c].type, pcs[c].device, pcs[c].hwrevs, pcs[c].version);
+// flash_image(pcs[c].name, pcs[c].type, pcs[c].device, pcs[c].hwrevs, pcs[c].version);
}
}