commit | 7b670ccf9a691fdde78025e45b00b68fe2956166 | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Mon Jun 26 19:12:51 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 22:41:44 2017 -0400 |
tree | ce21b53edc58c4fe55c24cac4e11fcef6bb94927 | |
parent | 220fb2249770bec124b594a9c61defee0f1cde56 [diff] |
cmd: nand: abstract global variable usage for dm conversion nand_info is used all over the file so abstract it with get_nand_dev_by_index() which will help for DM conversion. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>