summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2012-01-12 13:58:43 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2012-01-12 13:58:43 +0000
commite38001399ea1c186ef3dce9f6e492af7ccbf15b9 (patch)
tree3abb4cb3e5c56613db17aa94a2cc119b68209713 /flashrom.c
parent4628445ccbac208840614527d332fb8f59c3f687 (diff)
downloadast2050-flashrom-e38001399ea1c186ef3dce9f6e492af7ccbf15b9.zip
ast2050-flashrom-e38001399ea1c186ef3dce9f6e492af7ccbf15b9.tar.gz
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. Corresponding to flashrom svn r1485. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index f1a6165..ee68344 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1600,7 +1600,7 @@ void check_chip_supported(const struct flashctx *flash)
"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");
OpenPOWER on IntegriCloud