commit | 573cc46c652865325690d1559cea221692687872 | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Mon Jun 26 19:13:05 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 22:41:52 2017 -0400 |
tree | 845b1c58552a3ffa8fef46926530855c24decc7d | |
parent | 2ecba112d79c49b9ca21cf712132c9746a6f4216 [diff] |
board: BuR: 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> Reviewed-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com> Reviewed-by: Simon Glass <sjg@chromium.org>