commit | f5b8aa78ef086248145363bf1ffe5ca4348b6a98 | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Mon Mar 07 10:46:51 2016 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Mar 07 16:23:09 2016 -0800 |
tree | e1cbe852ebab047c0acf6af3c7498b11d37d2786 | |
parent | 9ebfdf5b18493f338237ef9861a555c2f79b0c17 [diff] |
mtd: kill the ecclayout->oobavail field ecclayout->oobavail is just redundant with the mtd->oobavail field. Moreover, it prevents static const definition of ecc layouts since the NAND framework is calculating this value based on the ecclayout->oobfree field. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>