aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/mxc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/mxc.h')
-rw-r--r--src/flash/nand/mxc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/flash/nand/mxc.h b/src/flash/nand/mxc.h
index ae2c03a..e9dc0a2 100644
--- a/src/flash/nand/mxc.h
+++ b/src/flash/nand/mxc.h
@@ -138,11 +138,11 @@ enum mxc_nf_finalize_action {
};
struct mxc_nf_flags {
- unsigned target_little_endian:1;
- unsigned nand_readonly:1;
- unsigned one_kb_sram:1;
- unsigned hw_ecc_enabled:1;
- unsigned biswap_enabled:1;
+ unsigned int target_little_endian:1;
+ unsigned int nand_readonly:1;
+ unsigned int one_kb_sram:1;
+ unsigned int hw_ecc_enabled:1;
+ unsigned int biswap_enabled:1;
};
struct mxc_nf_controller {