summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/amdfwtool/amdfwtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c
index 38f0e621a7..2c0b3e2f89 100644
--- a/util/amdfwtool/amdfwtool.c
+++ b/util/amdfwtool/amdfwtool.c
@@ -1274,7 +1274,7 @@ int main(int argc, char **argv)
char *rom = NULL;
embedded_firmware *amd_romsig;
psp_directory_table *pspdir;
- int comboable = 0;
+ bool comboable = false;
int fuse_defined = 0;
int targetfd;
char *output = NULL, *config = NULL;