]> git.gag.com Git - fw/openocd/commitdiff
cfi: leave check on whether target is running to target_write_memory()
authorØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 27 Apr 2011 21:02:28 +0000 (23:02 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 27 Apr 2011 21:02:28 +0000 (23:02 +0200)
there was a check in clearing the status register that
called exit() if the target was running. target_write_memory()
has such a check and will report the error correctly.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>

No differences found