aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
diff options
context:
space:
mode:
authorBarry Song <barry.song@analog.com>2010-08-05 11:07:43 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-08-05 16:14:38 +0100
commit44299179c0e87cc6d8b753c1ca8c97b1cf9340e1 (patch)
tree32937511cd59cb954164422376d4fd364f7b02b6 /arch/blackfin/include
parent752b957a37ee1cc09fccb39a8bc5843edf32119b (diff)
downloadkernel_samsung_smdk4412-44299179c0e87cc6d8b753c1ca8c97b1cf9340e1.zip
kernel_samsung_smdk4412-44299179c0e87cc6d8b753c1ca8c97b1cf9340e1.tar.gz
kernel_samsung_smdk4412-44299179c0e87cc6d8b753c1ca8c97b1cf9340e1.tar.bz2
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/blackfin/include')
-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 3a1e79d..256c50d 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 */