diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-06-23 13:05:46 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-06-23 13:05:46 +0200 |
commit | b1cfc3181bc83b43e07f3b801166c8c8181cecf8 (patch) | |
tree | 6fa045db48f7aa8d9b27f464bd9c4b984df57001 /src/flash.c | |
parent | 1ddf269c699c4028d4f5ae580b22cad0dd62d274 (diff) | |
download | 0xFFFF-b1cfc3181bc83b43e07f3b801166c8c8181cecf8.tar.bz2 |
Prepair flash_image for specifing device and hw revisions
Diffstat (limited to 'src/flash.c')
-rw-r--r-- | src/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash.c b/src/flash.c index 43c79bb..d1d7efd 100644 --- a/src/flash.c +++ b/src/flash.c @@ -74,7 +74,7 @@ void check_nolo_order() check_nolo_order_failed(); } -void flash_image(const char *filename, const char *piece, const char *version) +void flash_image(const char *filename, const char *piece, const char *device, const char *hwrevs, const char *version) { FILE *fd; int vlen = 0; |