From 1aca3bef853a17c23822767dd720749b3290660e Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sat, 23 Jun 2012 13:11:54 +0200 Subject: Fix creating fiasco images - added support for specifing device, hwrevs, version, mmc layout and auto align mmc images Format of arguments for adding piece to fiasco image is now: $ 0xFFFF -p [[[[dev:hw:]ver:]type:]file[%%layout] --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 42c45e4..0aed4c4 100644 --- a/src/main.h +++ b/src/main.h @@ -124,7 +124,7 @@ int fiasco_new(const char *filename, const char *name); void fiasco_data_read(struct header_t *header); int fiasco_add_eof(int fd); extern int (*fiasco_callback)(struct header_t *header); -int fiasco_add(int fd, const char *name, const char *file, const char *version); +int fiasco_add(int fd, const char *name, const char *file, const char *layout, const char *device, const char *hwrevs, const char *version); int fiasco_pack(int optind, char *argv[]); int nanddump(char *mtddev, unsigned long start_addr, unsigned long length, char *dumpfile, int isbl, int ioob); -- cgit v1.2.3