From 5db6bad67cd53f425874b6b09ea59df3306fe287 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 18 Jul 2015 03:52:42 -0400 Subject: flash script: add laptop=force_I_want_a_brick to forceupdate --- (limited to 'flash') 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 -- cgit v0.9.1