removed support for s19 files in the flasher and replaced it

with elf parsing.  can we stop specifying the "partition" yet?
This commit is contained in:
bushing 2010-01-05 00:02:12 +00:00
commit 2cab856f9f
4 changed files with 99 additions and 101 deletions

View file

@ -30,7 +30,7 @@ static void usage(char **argv)
fprintf(stderr, "\n");
fprintf(stderr, " image is the path to the corresponding image\n\n");
fprintf(stderr, "Example: %s os,fpga path/to/osimage.s19 path/to/fpgaimage.s19\n", argv[0]);
fprintf(stderr, "Example: %s os,fpga path/to/osimage.elf path/to/fpgaimage.elf\n", argv[0]);
}
int main(int argc, char **argv) {