Re: [U-Boot] [PATCH] arm/km: use spi claim bus to switch between SPI and NAND

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 13 June 2012 18:31 > To: u-boot@lists.denx.de > Cc: Valentin Longchamp; Holger Brunck; Prafulla Wadaskar > Subject: [PATCH] arm/km: use spi claim bus to switch between SPI and > NAND > > From: Valentin

[U-Boot] [PATCH] arm/km: use spi claim bus to switch between SPI and NAND

2012-06-13 Thread Holger Brunck
From: Valentin Longchamp We overwrite these weak functions from the kirkwood spi code to use our own method to be able to switch between the SPI NOR and the NAND flash. This is needed e.g. to update the u-boot. The former command do_spi_toggle can therefore be removed. And the usage of this comma