diff options
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/plat-s3c/nand.h | 2 |
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 8816f7f9cee1..ab278d5f63dd 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 { | |||
36 | int twrph0; /* active time for nWE/nOE */ | 36 | int twrph0; /* active time for nWE/nOE */ |
37 | int twrph1; /* time for release CLE/ALE from nWE/nOE inactive */ | 37 | int twrph1; /* time for release CLE/ALE from nWE/nOE inactive */ |
38 | 38 | ||
39 | unsigned int ignore_unset_ecc : 1; | ||
40 | |||
39 | int nr_sets; | 41 | int nr_sets; |
40 | struct s3c2410_nand_set *sets; | 42 | struct s3c2410_nand_set *sets; |
41 | 43 | ||