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

@ -223,7 +223,7 @@ static void usage(char **argv)
int i;
printf("Usage: %s gui\n", argv[0]);
printf(" %s offline\n", argv[0]);
printf(" %s areas file.s19\n", argv[0]);
printf(" %s areas file.elf\n", argv[0]);
printf(" Known areas are:");
for(i=0; partitions[i].name != NULL; i++) {
fprintf(stderr, " %s", partitions[i].name);