]> Git Repo - J-u-boot.git/commit
cmd: jffs2: use get_nand_dev_by_index()
authorGrygorii Strashko <[email protected]>
Tue, 27 Jun 2017 00:12:55 +0000 (19:12 -0500)
committerTom Rini <[email protected]>
Wed, 12 Jul 2017 02:41:46 +0000 (22:41 -0400)
commitbfdba68eac662bd5cf1a423aec91fce35ee40312
tree07d9cb9d0472d82377095b974bc6360ce3cf5663
parentf370b515108987a14e8fa5bfafe25a4f26e1d298
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 <[email protected]>
cmd/jffs2.c
This page took 0.03439 seconds and 4 git commands to generate.