summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-imx/imx-nand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-arm/arch-imx/imx-nand.h b/include/asm-arm/arch-imx/imx-nand.h
index 0e9d6510fa..3fdd8bf342 100644
--- a/include/asm-arm/arch-imx/imx-nand.h
+++ b/include/asm-arm/arch-imx/imx-nand.h
@@ -7,7 +7,8 @@ void imx_nand_load_image(void *dest, int size);
struct imx_nand_platform_data {
int width;
- int hw_ecc;
- };
+ int hw_ecc:1;
+ int flash_bbt:1;
+};
#endif /* __ASM_ARCH_NAND_H */