Commit 96178769 authored by David Woodhouse's avatar David Woodhouse

Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6

parents 2e386e4b 1fbff0a6
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
struct mxc_nand_platform_data { struct mxc_nand_platform_data {
int width; /* data bus width in bytes */ 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 */ #endif /* __ASM_ARCH_NAND_H */
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment