commit | a430b137eb578cf73be476ff05a43baa2aba1ad8 | [log] [tgz] |
---|---|---|
author | Lei Wen <leiwen@marvell.com> | Tue Dec 07 09:38:18 2010 +0800 |
committer | Scott Wood <scottwood@freescale.com> | Tue Dec 07 16:04:20 2010 -0600 |
tree | 03243d6f07d796ee2c81d4b7c53bb710d821cbec | |
parent | 59bbb3a8ceea7557338e80302c112ce3b4859537 [diff] |
onenand: fix oob print out issue Seems original implementation forget to set the pointer to point to the oobbuf, so when we want to see oob buf, we see nothing... Fix it by get pointer as the oobbuf set. Signed-off-by: Lei Wen <leiwen@marvell.com>