File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ enum mx_nf_finalize_action {
8686};
8787
8888struct mx3_nf_flags {
89- unsigned target_little_endian :1 ;
90- unsigned nand_readonly :1 ;
91- unsigned one_kb_sram :1 ;
92- unsigned hw_ecc_enabled :1 ;
89+ unsigned int target_little_endian :1 ;
90+ unsigned int nand_readonly :1 ;
91+ unsigned int one_kb_sram :1 ;
92+ unsigned int hw_ecc_enabled :1 ;
9393};
9494
9595struct mx3_nf_controller {
Original file line number Diff line number Diff line change @@ -138,11 +138,11 @@ enum mxc_nf_finalize_action {
138138};
139139
140140struct mxc_nf_flags {
141- unsigned target_little_endian :1 ;
142- unsigned nand_readonly :1 ;
143- unsigned one_kb_sram :1 ;
144- unsigned hw_ecc_enabled :1 ;
145- unsigned biswap_enabled :1 ;
141+ unsigned int target_little_endian :1 ;
142+ unsigned int nand_readonly :1 ;
143+ unsigned int one_kb_sram :1 ;
144+ unsigned int hw_ecc_enabled :1 ;
145+ unsigned int biswap_enabled :1 ;
146146};
147147
148148struct mxc_nf_controller {
You can’t perform that action at this time.
0 commit comments