aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/core.h')
-rw-r--r--src/flash/nand/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/core.h b/src/flash/nand/core.h
index 308859bd..f0e72f2c 100644
--- a/src/flash/nand/core.h
+++ b/src/flash/nand/core.h
@@ -68,7 +68,7 @@ struct nand_device {
int address_cycles;
int page_size;
int erase_size;
- int use_raw;
+ bool use_raw;
int num_blocks;
struct nand_block *blocks;
struct nand_device *next;