commit | bfdba68eac662bd5cf1a423aec91fce35ee40312 | [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 | f370b515108987a14e8fa5bfafe25a4f26e1d298 [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>