From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Vorontsov Date: Mon, 2 Jun 2008 15:45:34 +0400 Subject: [U-Boot-Users] [PATCH] MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver In-Reply-To: <4843C81B.2000507@grandegger.com> References: <4843C81B.2000507@grandegger.com> Message-ID: <20080602114534.GB25335@polina.dev.rtsoft.ru> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jun 02, 2008 at 12:14:51PM +0200, Wolfgang Grandegger wrote: > MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver > > This patch is based on the following patch sent a few minutes ago: > "[PATCH] NAND FSL UPM: driver re-write using the hwcontrol callback" > It is untested, of course. Anton, could you please give it a try. > > Signed-off-by: Wolfgang Grandegger Acked-by: Anton Vorontsov [...] > @@ -68,5 +89,9 @@ int board_nand_init(struct nand_chip *na > fun.upm.mxmr = &im->lbus.mamr; > fun.upm.mdr = &im->lbus.mdr; > fun.upm.mar = &im->lbus.mar; > + > + if (!upm_setup_done) Not sure if this is really needed for this board though, nobody will call this function more than once...