From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 21 Feb 2017 21:00:13 -0700 Subject: [U-Boot] [PATCH v3 15/17] board: BuR: use get_nand_dev_by_index() In-Reply-To: References: <20170210202304.20652-1-grygorii.strashko@ti.com> <20170210202304.20652-16-grygorii.strashko@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21 February 2017 at 04:53, Hannes Schmelzer wrote: >> 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. >> >> Cc: Hannes Schmelzer >> Signed-off-by: Grygorii Strashko >> --- >> board/BuR/common/common.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass