From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 16 May 2006 21:49:57 +0200 Subject: [U-Boot-Users] P30 Flash drivers in u-bbot In-Reply-To: References: Message-ID: <200605162149.57508.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sri, On Tuesday 16 May 2006 19:34, Jayasri Sangu wrote: > I found strataflash driver in u-boot which is cfi compliant. Can I use > that? I tested the strataflash driver on other CFI compliant flash and it > works, but the flash is listed in include/flash.h. > > The P30 flash is not listed in include/flash.h. I was not talking about the strataflash driver which is available in multiple board directories. Please take a look at the common CFI flash driver (drivers/cfi_flash.c). You can "clone" it's configuration for example from the p3p440 board (include/configs/p3p440.h). Then you can drop your board specific strataflash driver. And please stop top-posting! Best regards, Stefan