Skip to content

Commit

Permalink
Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Nov 30, 2009
2 parents 2e386e4 + 1fbff0a commit 9617876
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 476 deletions.
3 changes: 2 additions & 1 deletion arch/arm/plat-mxc/include/mach/mxc_nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

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

0 comments on commit 9617876

Please sign in to comment.