]> git.baikalelectronics.ru Git - uboot.git/commit
board: ronetix: use get_nand_dev_by_index()
authorGrygorii Strashko <grygorii.strashko@ti.com>
Tue, 27 Jun 2017 00:13:04 +0000 (19:13 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 12 Jul 2017 02:41:51 +0000 (22:41 -0400)
commit07e2ca8b4ae9a02599765ad9a5232df0103e3de7
tree1ea44acc8396c914d3b88acd7616cd3fb609dbab
parentabeee06c4fda6dd310323f034536134b07810427
board: ronetix: 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>
board/ronetix/pm9261/pm9261.c
board/ronetix/pm9263/pm9263.c