Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201626
b: refs/heads/master
c: cd57c77
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König committed Jun 30, 2010
1 parent a27659c commit ac77d67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 253ff1fa6f8d24d46ef1b5aa68f6293b883f03d8
refs/heads/master: cd57c77772b699b1e69d69510ce01109c46a6f0b
6 changes: 3 additions & 3 deletions trunk/arch/arm/plat-mxc/include/mach/mxc_nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#define __ASM_ARCH_NAND_H

struct mxc_nand_platform_data {
int width; /* data bus width in bytes */
int hw_ecc:1; /* 0 if supress hardware ECC */
int flash_bbt:1; /* set to 1 to use a flash based bbt */
unsigned int width; /* data bus width in bytes */
unsigned int hw_ecc:1; /* 0 if supress hardware ECC */
unsigned int flash_bbt:1; /* set to 1 to use a flash based bbt */
};
#endif /* __ASM_ARCH_NAND_H */

0 comments on commit ac77d67

Please sign in to comment.