From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 29 Jan 2007 11:49:58 +0100 (MET) Subject: [U-Boot-Users] Atmel DataFlash hooks. In-Reply-To: <018c01c7419e$bf392520$01c4af0a@atmel.com> References: <528646bc0701260044t56b5cfd6h98ac591f7edc02b9@mail.gmail.com> <528646bc0701261440q4e4526dew2dc17339c438d7d3@mail.gmail.com> <018c01c7419e$bf392520$01c4af0a@atmel.com> Message-ID: <200701291149.45571.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 Ulf, On Saturday 27 January 2007 00:01, Ulf Samuelsson wrote: > > Then I apologies and ask for forgiveness. I want to see some of the > > crazy side cases removed from the generic routines (and replaced with > > generic hooks where appropriate). > > Why? > Have you done any cost benefit analysis to the rest of the community? > What will the world gain by such a change? More readable and less error-prone code. > > I should have couched it more in > > those terms when I first brought it up. > > > > > >From my point of view, dataflash is the main case, and > > everything else is a side case. > I do not see any benefit in changing the MMI for dataflash. > I rather see changes which will make dataflash more similar > in use to std parallell flash. > In my u-boot I can compare dataflash to SDRAM etc. You can do this with NAND flash too. You just have to copy it to SDRAM before comparing. Best regards, Stefan