commit | 0acf944c6853813ed19cdf46d4042a77dd878ab5 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Fri Jun 27 23:04:20 2008 +0400 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Jul 11 18:17:51 2008 +0100 |
tree | 474410fe0d44276df12ac4d880968ae662f055c2 | |
parent | ec6e0ea3bdf82ee9761d324c011c3627821f7410 [diff] |
[MTD] [NAND] fsl_elbc_nand: ecclayout cleanups This patch deletes oobavail assignments, they're calculated by the nand core code in nand_scan_tail, plus current oobavail values are wrong for the LP NANDs. Also remove mtd->ecclayout and mtd->oobavail assignments, mtd core handles this all by itself. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>