FreeCalypso > hg > freecalypso-sw
diff loadtools/flmain.c @ 408:431023033c86
Intel flash: flash status command implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 17 Jun 2014 01:52:46 +0000 |
parents | 0b8e5072abde |
children | 23ab8fe81764 |
line wrap: on
line diff
--- a/loadtools/flmain.c Tue Jun 17 01:39:59 2014 +0000 +++ b/loadtools/flmain.c Tue Jun 17 01:52:46 2014 +0000 @@ -202,6 +202,7 @@ extern int flashcmd_quickprog(); extern int flashcmd_reset(); extern int flashcmd_sectors(); +extern int flashcmd_status(); static struct cmdtab { char *cmd; @@ -219,6 +220,7 @@ {"quickprog", flashcmd_quickprog}, {"reset", flashcmd_reset}, {"sectors", flashcmd_sectors}, + {"status", flashcmd_status}, {0, 0} };