[U-Boot-Users] Nand Flash Bug in common/cmd_nand.c

21 Jan
2005
21 Jan
'05
4:20 a.m.
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@gmail.com
7413
Age (days ago)
7413
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bradley Remedios