diff options
author | Barry Song <barry.song@analog.com> | 2010-08-05 11:07:43 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-08-05 16:14:38 +0100 |
commit | 44299179c0e87cc6d8b753c1ca8c97b1cf9340e1 (patch) | |
tree | 32937511cd59cb954164422376d4fd364f7b02b6 /arch | |
parent | 752b957a37ee1cc09fccb39a8bc5843edf32119b (diff) | |
download | blackbird-obmc-linux-44299179c0e87cc6d8b753c1ca8c97b1cf9340e1.tar.gz blackbird-obmc-linux-44299179c0e87cc6d8b753c1ca8c97b1cf9340e1.zip |
mtd: Blackfin NFC: fix handling of page sizes
Rather than forcing the platform resources to declare the desired page
size, simply use the existing information passed down to us by the higher
layers. This way we work out of the box with all flash chips that the
kernel knows about.
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/include/asm/nand.h | 3 |
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 @@ * partitions = mtd partition list */ -#define NFC_PG_SIZE_256 0 -#define NFC_PG_SIZE_512 1 #define NFC_PG_SIZE_OFFSET 9 #define NFC_NWIDTH_8 0 @@ -30,7 +28,6 @@ struct bf5xx_nand_platform { /* NAND chip information */ - unsigned short page_size; unsigned short data_width; /* RD/WR strobe delay timing information, all times in SCLK cycles */ |