[flashrom] [commit] r1485 - trunk

repository service svn at flashrom.org
Thu Jan 12 14:58:43 CET 2012


Author: hailfinger
Date: Thu Jan 12 14:58:43 2012
New Revision: 1485
URL: http://flashrom.org/trac/flashrom/changeset/1485

Log:
Reorder list of options to test

If a chip is unknown the user is asked to test and report the result to
the mailing list. Having `-VE` listed as the last option can result in
an unbootable system for users not knowing what the command does, since
rebooting the system after that command is fatal since the flash chip is
empty. Example report at
http://www.flashrom.org/pipermail/flashrom/2012-January/008551.html

Reorder the options to prevent such accidents in the future.
Suggested by Idwer Vollering.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Modified:
   trunk/flashrom.c

Modified: trunk/flashrom.c
==============================================================================
--- trunk/flashrom.c	Wed Jan 11 03:10:11 2012	(r1484)
+++ trunk/flashrom.c	Thu Jan 12 14:58:43 2012	(r1485)
@@ -1600,7 +1600,7 @@
 			    "include the flashrom\n"
 			  "output with the additional -V option for all "
 			    "operations you tested (-V, -Vr,\n"
-			  "-Vw, -VE), and mention which mainboard or "
+			  "-VE, -Vw), and mention which mainboard or "
 			    "programmer you tested.\n"
 			  "Please mention your board in the subject line. "
 			    "Thanks for your help!\n");




More information about the flashrom mailing list