diff options
Diffstat (limited to 'drivers/mtd/nand/omap2.c')
-rw-r--r-- | drivers/mtd/nand/omap2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c index 5b3138620646..3105f22993cd 100644 --- a/drivers/mtd/nand/omap2.c +++ b/drivers/mtd/nand/omap2.c | |||
@@ -111,6 +111,8 @@ | |||
111 | #define ECCCLEAR 0x100 | 111 | #define ECCCLEAR 0x100 |
112 | #define ECC1 0x1 | 112 | #define ECC1 0x1 |
113 | 113 | ||
114 | #define OMAP24XX_DMA_GPMC 4 | ||
115 | |||
114 | /* oob info generated runtime depending on ecc algorithm and layout selected */ | 116 | /* oob info generated runtime depending on ecc algorithm and layout selected */ |
115 | static struct nand_ecclayout omap_oobinfo; | 117 | static struct nand_ecclayout omap_oobinfo; |
116 | /* Define some generic bad / good block scan pattern which are used | 118 | /* Define some generic bad / good block scan pattern which are used |