diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/mtd-nand-omap2.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h index e4128f1510bf..4da5bfa2147f 100644 --- a/include/linux/platform_data/mtd-nand-omap2.h +++ b/include/linux/platform_data/mtd-nand-omap2.h | |||
| @@ -23,13 +23,8 @@ enum nand_io { | |||
| 23 | }; | 23 | }; |
| 24 | 24 | ||
| 25 | enum omap_ecc { | 25 | enum omap_ecc { |
| 26 | /* 1-bit ecc: stored at end of spare area */ | ||
| 27 | OMAP_ECC_HAMMING_CODE_DEFAULT = 0, /* Default, s/w method */ | ||
| 28 | OMAP_ECC_HAMMING_CODE_HW, /* gpmc to detect the error */ | ||
| 29 | /* 1-bit ecc: stored at beginning of spare area as romcode */ | ||
| 30 | OMAP_ECC_HAMMING_CODE_HW_ROMCODE, /* gpmc method & romcode layout */ | ||
| 31 | /* 1-bit ECC calculation by GPMC, Error detection by Software */ | 26 | /* 1-bit ECC calculation by GPMC, Error detection by Software */ |
| 32 | OMAP_ECC_HAM1_CODE_HW, | 27 | OMAP_ECC_HAM1_CODE_HW = 0, |
| 33 | /* 4-bit ECC calculation by GPMC, Error detection by Software */ | 28 | /* 4-bit ECC calculation by GPMC, Error detection by Software */ |
| 34 | OMAP_ECC_BCH4_CODE_HW_DETECTION_SW, | 29 | OMAP_ECC_BCH4_CODE_HW_DETECTION_SW, |
| 35 | /* 4-bit ECC calculation by GPMC, Error detection by ELM */ | 30 | /* 4-bit ECC calculation by GPMC, Error detection by ELM */ |
