From 7dc772b828f8c61f1f2811a9a0ef1f081c6ca4ba Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 1 Nov 2014 01:23:40 +0000 Subject: flash (flashrom script): remove boardmismatch=force This was put there before for users upgrading from libreboot r5 to r6, but also allows the user to flash the wrong image. For example, the user could flash a T60 image on an X60, thus bricking the machine. It's almost certain that most people have upgraded by now, so remove this potentially dangerous option. If a user is upgrading from r5 to the latest version now, then they can simply use flashrom directly. --- flash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash b/flash index 8220d00..ac9a29f 100755 --- a/flash +++ b/flash @@ -36,5 +36,5 @@ fi # and the old ones are "ThinkPad X60 / X60s" and flashrom complains otherwise echo "MAKE SURE THAT YOU SEE 'VERIFIED' AT THE END (YOU WANT TO SEE THAT. MEANS IT WORKED)." -./flashrom/flashrom -p internal:boardmismatch=force -w $1 +./flashrom/flashrom -p internal -w $1 echo "MAKE SURE THAT YOU SEE 'VERIFIED' WRITTEN ABOVE (YOU WANT TO SEE THAT. MEANS IT WORKED)." -- cgit v1.2.3-54-g00ecf