aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/arm_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/arm_io.h')
-rw-r--r--src/flash/nand/arm_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/arm_io.h b/src/flash/nand/arm_io.h
index 10f0e66..760dc7e 100644
--- a/src/flash/nand/arm_io.h
+++ b/src/flash/nand/arm_io.h
@@ -27,7 +27,7 @@ struct arm_nand_data {
struct working_area *copy_area;
/** The chunk size is the page size or ECC chunk. */
- unsigned chunk_size;
+ unsigned int chunk_size;
/** Where data is read from or written to. */
uint32_t data;