diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-11-30 13:35:02 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-11-30 13:35:02 +0100 |
commit | 96178769652ba886d4dfe770e770456689cbb559 (patch) | |
tree | b405f45d4ba9ca6ab90d41f055adb57e08fe7376 /arch/arm | |
parent | mtd: mtdoops: refactor as a kmsg_dumper (diff) | |
parent | mxc_nand: use DRIVER_NAME where appropriate (diff) | |
download | linux-96178769652ba886d4dfe770e770456689cbb559.tar.xz linux-96178769652ba886d4dfe770e770456689cbb559.zip |
Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mxc_nand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc_nand.h b/arch/arm/plat-mxc/include/mach/mxc_nand.h index 2b972df22d12..5d2d21d414e0 100644 --- a/arch/arm/plat-mxc/include/mach/mxc_nand.h +++ b/arch/arm/plat-mxc/include/mach/mxc_nand.h @@ -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 */ |