From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Asemann Date: Wed, 12 Jan 2005 20:34:02 +0100 Subject: [U-Boot-Users] .../board/fads/flash.c confuses me - give me a hint In-Reply-To: References: Message-ID: <41E57BAA.3010906@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Nghiem, Tien wrote: > Hi, > > You can you use the CFI driver in /u-boot-1.1.1/drivers/cfi_flash.c. it's generic and working. I have used it with these boards: IceCube(MPC5200) and EP8260 without modification. Ahh... thanks for the hint. But anyway... the u-boot readme says an own flash.c was a minimum requirement for a port. If the generic driver works, why do people write customs flash.c's at all? All modern flash chips seem to support CFI anyway. Is there an example for a port that "only" uses the cfi_flash.c so I can take a look on it? Best regards, Peter Asemann