]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: mvebu: bubt: use get_nand_dev_by_index()
authorGrygorii Strashko <grygorii.strashko@ti.com>
Tue, 27 Jun 2017 00:13:02 +0000 (19:13 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 12 Jul 2017 02:41:49 +0000 (22:41 -0400)
commit7021c7e6f2fcc1d024ed2f64c2974e243f129d87
tree12022fcc11cda1e99247e9f9844075f15bc4ce52
parent88b81bf7927c821d07e5a4877665ed5f618c8cb9
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>
cmd/mvebu/bubt.c