commit | 6d2a2668b3365e6f788e6d9ee2b28527b67eb857 | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Mon Jun 26 19:12:55 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 22:41:46 2017 -0400 |
tree | 07d9cb9d0472d82377095b974bc6360ce3cf5663 | |
parent | ea0a054c3eceeae4720f9d7afddd5709194fd9fd [diff] |
cmd: jffs2: 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>