1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 07:23:43 +02:00

Always print the flashrom version as first output line

Suggested by Peter Stuge.

Corresponding to flashrom svn r471.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Carl-Daniel Hailfinger 2009-05-07 00:59:53 +00:00
parent cbdd4f0fc9
commit 259fa01d43

View File

@ -369,6 +369,8 @@ int main(int argc, char *argv[])
unsigned int exclude_start_position = 0, exclude_end_position = 0; // [x,y)
char *tempstr = NULL, *tempstr2 = NULL;
print_version();
if (argc > 1) {
/* Yes, print them. */
int i;
@ -438,7 +440,7 @@ int main(int argc, char *argv[])
exit(0);
break;
case 'R':
print_version();
/* print_version() is always called during startup. */
exit(0);
break;
case 'h':