aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/plat-s3c/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/plat-s3c/nand.h')
-rw-r--r--include/asm-arm/plat-s3c/nand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/plat-s3c/nand.h b/include/asm-arm/plat-s3c/nand.h
index 8816f7f9cee..ab278d5f63d 100644
--- a/include/asm-arm/plat-s3c/nand.h
+++ b/include/asm-arm/plat-s3c/nand.h
@@ -36,6 +36,8 @@ struct s3c2410_platform_nand {
int twrph0; /* active time for nWE/nOE */
int twrph1; /* time for release CLE/ALE from nWE/nOE inactive */
+ unsigned int ignore_unset_ecc : 1;
+
int nr_sets;
struct s3c2410_nand_set *sets;