aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/nand/mxc_nand.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index 1131ad126fd2..ab6db698cbd8 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -122,13 +122,6 @@ struct mxc_nand_host {
122 122
123/* Define delays in microsec for NAND device operations */ 123/* Define delays in microsec for NAND device operations */
124#define TROP_US_DELAY 2000 124#define TROP_US_DELAY 2000
125/* Macros to get byte and bit positions of ECC */
126#define COLPOS(x) ((x) >> 3)
127#define BITPOS(x) ((x) & 0xf)
128
129/* Define single bit Error positions in Main & Spare area */
130#define MAIN_SINGLEBIT_ERROR 0x4
131#define SPARE_SINGLEBIT_ERROR 0x1
132 125
133/* OOB placement block for use with hardware ecc generation */ 126/* OOB placement block for use with hardware ecc generation */
134static struct nand_ecclayout nand_hw_eccoob_smallpage = { 127static struct nand_ecclayout nand_hw_eccoob_smallpage = {