aboutsummaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2014-04-04 07:41:58 -0700
committerSpencer Oliver <spen@spen-soft.co.uk>2014-09-22 19:38:37 +0000
commit9a42454c2bfd3c6b5d06a1359c56fb985a15d569 (patch)
tree75e36cbf75cc8b4818bb51d886d32b15e1a8253a /src/server
parente77b7447f7b30d70961e5bee45400f70baeb16fc (diff)
flash/nor/tcl.c: Do not double probe banks
Previous to this version the code of handle_flash_probe_command would probe a bank twice: first time by auto-probe through a call to flash_command_get_bank and second time by calling the probe function directly. This change adds a flash_command_get_bank_maybe_probe wich is a more generic version of the flash_command_get_bank, that would allow commands to decide whether auto-probing should be performed or not. Change-Id: If150ca9c169ffe05e8c7eba36338d333360811e3 Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Reviewed-on: http://openocd.zylin.com/2093 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src/server')
0 files changed, 0 insertions, 0 deletions