aboutsummaryrefslogtreecommitdiffstats
path: root/sb600spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sb600spi.c')
-rw-r--r--sb600spi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sb600spi.c b/sb600spi.c
index 40a6dbbf..8b02b51d 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -18,6 +18,7 @@
* GNU General Public License for more details.
*/
+#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
#include "flash.h"
@@ -554,7 +555,7 @@ static int handle_imc(const struct programmer_cfg *cfg, struct pci_dev *dev, enu
}
if (!amd_imc_force)
- programmer_may_write = 0;
+ programmer_may_write = false;
msg_pinfo("Writes have been disabled for safety reasons because the presence of the IMC\n"
"was detected and it could interfere with accessing flash memory. Flashrom will\n"
"try to disable it temporarily but even then this might not be safe:\n"