Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153815
b: refs/heads/master
c: fb6ea32
h: refs/heads/master
i:
  153813: e901233
  153811: 55399e5
  153807: 277dfaf
v: v3
  • Loading branch information
Nelson Castillo authored and Ben Dooks committed May 30, 2009
1 parent 7cee444 commit a97e0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c3e843d56f74889f3ff32202e82e3bc16d0d552
refs/heads/master: fb6ea3258742f41be8dd527ebd58a1a1e2cef23a
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-s3c/include/plat/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

struct s3c2410_nand_set {
unsigned int disable_ecc : 1;
unsigned int disable_ecc:1;

int nr_chips;
int nr_partitions;
Expand All @@ -39,7 +39,7 @@ struct s3c2410_platform_nand {
int twrph0; /* active time for nWE/nOE */
int twrph1; /* time for release CLE/ALE from nWE/nOE inactive */

unsigned int ignore_unset_ecc : 1;
unsigned int ignore_unset_ecc:1;

int nr_sets;
struct s3c2410_nand_set *sets;
Expand Down

0 comments on commit a97e0b3

Please sign in to comment.