commit | edb44b9b9cbff71f6aa9bebc384ee1896c8bfc2c | [log] [tgz] |
---|---|---|
author | Roman Tereshonkov <[email protected]> | Mon Oct 11 14:47:32 2010 +0300 |
committer | David Woodhouse <[email protected]> | Mon Oct 25 01:13:20 2010 +0100 |
tree | 23d83d602e18de7c062198cc45e549f5380850cd | |
parent | 940fe282aeda984d32ca9e3d2be7df1b4c5161b1 [diff] |
mtd: onenand: fix 4KiB page onenand chip recognition For 4Gib non-DDP chip it does not follow that it is always 4KiB page chip. The number of data buffers is checked and if it is equal to 1 we suppose that it is 4KiB page onenand chip. Signed-off-by: Roman Tereshonkov <[email protected]> Acked-by: Kyungmin Park <[email protected]> Signed-off-by: Artem Bityutskiy <[email protected]> Signed-off-by: David Woodhouse <[email protected]>