Re: [U-Boot] [PATCH] NAND Send RESET before initial READID

2008-10-23 Thread Scott Wood
On Fri, Oct 17, 2008 at 01:01:48PM -0400, David George wrote: > We had a problem where NAND device ID would be corrupted after a > power-cycle. According to the Micron datasheet it requires a RESET > after power-up before any commands may be issued. Without this patch > the manufacturer ID wou

[U-Boot] [PATCH] NAND Send RESET before initial READID

2008-10-17 Thread David George
We had a problem where NAND device ID would be corrupted after a power-cycle. According to the Micron datasheet it requires a RESET after power-up before any commands may be issued. Without this patch the manufacturer ID would be correct, but the device ID, cellinfo and extra ID would be inco