summaryrefslogtreecommitdiffstats
path: root/flash
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-18 03:52:42 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-18 03:52:42 (EDT)
commit5db6bad67cd53f425874b6b09ea59df3306fe287 (patch)
tree25b3a6466c535d46e0e2de16b3c5da83e442b656 /flash
parente7bf566abb94487f093c302035d6295feded550a (diff)
downloadlibreboot-5db6bad67cd53f425874b6b09ea59df3306fe287.zip
libreboot-5db6bad67cd53f425874b6b09ea59df3306fe287.tar.gz
libreboot-5db6bad67cd53f425874b6b09ea59df3306fe287.tar.bz2
flash script: add laptop=force_I_want_a_brick to forceupdate
Diffstat (limited to 'flash')
-rwxr-xr-xflash2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash b/flash
index 9bade48..3c05206 100755
--- a/flash
+++ b/flash
@@ -118,7 +118,7 @@ fi
if [ "${mode}" = "update" ]; then
${flashrom} -p internal -w "${rompath}"
elif [ "${mode}" = "forceupdate" ]; then
- ${flashrom} -p internal:boardmismatch=force -w "${rompath}"
+ ${flashrom} -p internal:boardmismatch=force,laptop=force_I_want_a_brick -w "${rompath}"
elif [ "${mode}" = "i945apple_firstflash" ]; then
${flashrom} -p internal:laptop=force_I_want_a_brick -w "${rompath}"
elif [ "${mode}" = "i945lenovo_firstflash" ]; then