commit | 2a3d933a46e9948e01fc34348bed0baec8d8bf2b | [log] [tgz] |
---|---|---|
author | Josh Wu <josh.wu@atmel.com> | Wed Sep 18 13:58:48 2013 +0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Sun Oct 27 16:27:04 2013 -0700 |
tree | 6a48b4e6a082f5ae9e385a237ef02e7c576fb449 | |
parent | 81f29b475dae3ebd73a98cde29ef8f3c9670865c [diff] |
mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds Since ecc_{strength,step}_ds is introduced in nand_chip structure for minimum ecc requirements. So we can use them directly and remove our own get_onfi_ecc_param function. Signed-off-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>