From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bradley Remedios Date: Thu, 20 Jan 2005 19:20:39 -0800 Subject: [U-Boot-Users] Nand Flash Bug in common/cmd_nand.c Message-ID: <963b33870501201920667eff7c@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello all, I've discovered a NAND flash bug that likely will not show up except for some people with Nand Flash Controllers (like the 440EP). There are two instances where data is attempted to be read from NAND using readb(nand->IO_ADDR) when this should be READ_NAND(nand->IO_ADDR) instead. This bug likely will not show up for people that have nand hooked up to their data bus and are using GPIOs for the signals such as CEn, WEn, REn etc... This patch is against an older CVS version of U-Boot that was checked out on November 30, 2004. Regards, -- Bradley Remedios bremedios at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: cmd_nand.c-readb-bug.patch Type: text/x-patch Size: 975 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20050120/753a2515/attachment.bin