commit | e53467226aaa175c1692f80e90a78793929ab6c4 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Dec 09 09:01:43 2009 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Fri Dec 11 13:11:57 2009 -0600 |
tree | 7b117233a8013dbb90db35cc9ed683d877a858cd | |
parent | 2a483ee91e759c329c9b8a9bfca3af0c0ad835e3 [diff] |
nand: Fix access to last block in NAND devices Currently, the last block of NAND devices can't be accessed. This patch fixes this issue by correcting the boundary checking (off-by-one error). Signed-off-by: Stefan Roese <sr@denx.de> Cc: Scott Wood <scottwood@freescale.com> Cc: Wolfgang Denk <wd@denx.de>