commit | 31f8d39e2a6711b44ef6ec5fc1923f67ddbf1de5 | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Mon Jun 26 19:13:03 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 22:41:51 2017 -0400 |
tree | ed320acf6dde9c6957d78f4180b6695c86773542 | |
parent | 7021c7e6f2fcc1d024ed2f64c2974e243f129d87 [diff] |
board: atmel: use get_nand_dev_by_index() As part of preparation for nand DM conversion the new API has been introduced to remove direct access to nand_info array. So, use it here instead of accessing to nand_info array directly. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>