[PATCH v2 09/27] mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count
From: Huang Shijie <hidden>
Date: 2013-11-03 22:36:50
From: Huang Shijie <hidden>
Date: 2013-11-03 22:36:50
On Fri, Oct 18, 2013 at 08:02:36PM -0300, Ezequiel Garcia wrote:
- switch (host->page_size) {
+ switch (info->fifo_size) {
case 2048:
there is a item in the builtin_flash_types:
{ "4GiB 8-bit", 0xd7ec, 128, 4096, 8, 8, 8192, &timing[1] },
The original host->page_size could be 4096, how can the old code support
this nand with page-size is 4096?
thanks
Huang Shijie