commit | 4a240bc9e503cb15954bb2a253e4d1010853dbcf | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Mon Jun 26 19:13:02 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 22:41:49 2017 -0400 |
tree | 12022fcc11cda1e99247e9f9844075f15bc4ce52 | |
parent | 69666255142c2ea359072ae1ef43af821891d5b6 [diff] |
cmd: mvebu: bubt: 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>