On Monday 15 December 2008, Felipe Balbi wrote: > > #define NAND_MAX_OOBSIZE 64 > > #define NAND_MAX_PAGESIZE 2048 > > > > So you'd need to change that to use a bigger page size. > > That should probably come via the platform_data and passed > down to struct nand_chip. Imagine a case with two chips in > the board, one being 2k-pagesize and the other 4k-pagesize. > > Don't even know if that would be possible, but someone might > want to do something like that.
The actual page size of the chip comes from probing the chip. Those constants just affect how the NAND framework allocates things. - Dave _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
