Fix incorrect comment
target_start_algorithm does not download the algorithm. It only starts it. It expects someone else to have already written the algorithm code into the proper location before calling it. Change-Id: I5e04406eed0ebb1c23e550dbf8d9f1204c432603 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4435 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>riscv-compliance-dev
parent
e84592d17d
commit
1a3cbbf3a5
|
@ -808,8 +808,7 @@ done:
|
|||
}
|
||||
|
||||
/**
|
||||
* Downloads a target-specific native code algorithm to the target,
|
||||
* executes and leaves it running.
|
||||
* Executes a target-specific native code algorithm and leaves it running.
|
||||
*
|
||||
* @param target used to run the algorithm
|
||||
* @param arch_info target-specific description of the algorithm.
|
||||
|
|
Loading…
Reference in New Issue