diff options
author | Jon Povey <jon.povey@racelogic.co.uk> | 2010-05-13 18:31:41 +0900 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-05-14 13:22:59 +0200 |
commit | 0eb7fb59a0afe9c82f1f3d3f88fb88e3f04d706a (patch) | |
tree | 9549ff0244ea3bd5085aa5209dd1274f33ece124 /tcl/target/at91sam3uXX.cfg | |
parent | 215a5f7442773693045613cff9e3ce3c7f7e9678 (diff) | |
download | openocd+libswd-0eb7fb59a0afe9c82f1f3d3f88fb88e3f04d706a.tar.gz openocd+libswd-0eb7fb59a0afe9c82f1f3d3f88fb88e3f04d706a.tar.bz2 openocd+libswd-0eb7fb59a0afe9c82f1f3d3f88fb88e3f04d706a.tar.xz openocd+libswd-0eb7fb59a0afe9c82f1f3d3f88fb88e3f04d706a.zip |
NAND: fix off-by-one error in erase command argument range
The last_block argument to nand_erase() is checked against nand->num_blocks,
but the highest valid block number is (total - 1), the test for invalid should
be ">=" rather than ">".
Signed-off-by: Jon Povey <jon.povey@racelogic.co.uk>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/target/at91sam3uXX.cfg')
0 files changed, 0 insertions, 0 deletions