summaryrefslogtreecommitdiffstats
path: root/flash
diff options
context:
space:
mode:
Diffstat (limited to 'flash')
-rwxr-xr-xflash2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash b/flash
index d323844..9bade48 100755
--- a/flash
+++ b/flash
@@ -127,7 +127,7 @@ elif [ "${mode}" = "i945lenovo_firstflash" ]; then
${flashrom_lenovobios_sst} -p internal -w "${rompath}"
${flashrom_lenovobios_macronix} -p internal -w "${rompath}"
elif [ "${mode}" = "i945lenovo_secondflash" ]; then
- ${flashrom} -p internal -w "${rompath}"
+ ${flashrom} -p internal:laptop=force_I_want_a_brick -w "${rompath}"
${bucts} 0
fi