aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/include/asm/nand.h')
-rw-r--r--arch/blackfin/include/asm/nand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/include/asm/nand.h b/arch/blackfin/include/asm/nand.h
index 3a1e79dfc8d9..256c50d8d465 100644
--- a/arch/blackfin/include/asm/nand.h
+++ b/arch/blackfin/include/asm/nand.h
@@ -15,8 +15,6 @@
15 * partitions = mtd partition list 15 * partitions = mtd partition list
16 */ 16 */
17 17
18#define NFC_PG_SIZE_256 0
19#define NFC_PG_SIZE_512 1
20#define NFC_PG_SIZE_OFFSET 9 18#define NFC_PG_SIZE_OFFSET 9
21 19
22#define NFC_NWIDTH_8 0 20#define NFC_NWIDTH_8 0
@@ -30,7 +28,6 @@
30 28
31struct bf5xx_nand_platform { 29struct bf5xx_nand_platform {
32 /* NAND chip information */ 30 /* NAND chip information */
33 unsigned short page_size;
34 unsigned short data_width; 31 unsigned short data_width;
35 32
36 /* RD/WR strobe delay timing information, all times in SCLK cycles */ 33 /* RD/WR strobe delay timing information, all times in SCLK cycles */