]> git.sur5r.net Git - openocd/commit
flash/nor: fix doc/help and range test for flash protect
authorTomas Vanek <vanekt@fbl.cz>
Thu, 22 Dec 2016 20:47:20 +0000 (21:47 +0100)
committerPaul Fertser <fercerpav@gmail.com>
Sun, 15 Jan 2017 11:01:36 +0000 (11:01 +0000)
commit93bc4ec40ffb9c30f170af3f1e3551c4b198507f
tree70aaaceb0c0025fe6108ea459d5e281a3cfbd49b
parent390c9aca1f9400d956020b3d1657237bcc1ffe68
flash/nor: fix doc/help and range test for flash protect

Commit 77a1c01ccbb1150ffe749a7373cf6c4dc15ecad0 introduced infrastructure
for utilizing protection blocks of different size than erase sector.
Parts of doc/help kept reading 'sector' instead of 'protection block'.
flash_driver_protect() parameter range testing did not switched
to bank->num_prot_blocks.
This change fixes it.

Change-Id: Iec301761190a1a1bcc4cb005a519b9e5e4fede51
Reported-by: Mark Odell <mark@odell.ws>
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/3917
Tested-by: jenkins
Reviewed-by: Mark Odell <mrfirmware@gmail.com>
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
doc/openocd.texi
src/flash/nor/core.c
src/flash/nor/tcl.c