FreeCalypso > hg > freecalypso-sw
diff loadtools/flutil.c @ 407:f2cc551e597f
fc-loadtool flash: beginning of Intel command set support
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Tue, 17 Jun 2014 01:39:59 +0000 |
| parents | a212b4968b29 |
| children |
line wrap: on
line diff
--- a/loadtools/flutil.c Tue Jun 17 00:53:07 2014 +0000 +++ b/loadtools/flutil.c Tue Jun 17 01:39:59 2014 +0000 @@ -79,11 +79,9 @@ case 2: bi->ops = &flash_cmdset_amd; break; -#if 0 case 3: bi->ops = &flash_cmdset_intel; break; -#endif default: fprintf(stderr, "error: command set %04X unsupported\n", cmdset_id);
