]> git.sur5r.net Git - openocd/commit
target: Retire target_bulk_write_memory()
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Fri, 8 Mar 2013 20:13:42 +0000 (21:13 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Fri, 15 Mar 2013 15:56:35 +0000 (15:56 +0000)
commita7e3418258f79d6e0081b8e6d01d8f4268629ded
treecf537da87d4b0eafd85d321c6432d434c79c50a4
parent4315142ea0d7035fe117b9e344beaf98c91ee35c
target: Retire target_bulk_write_memory()

The only caller was arm_nandwrite(). Replace that call with
target_write_buffer() instead, which in turn may end up calling the same
bulk_write_memory target API function.

Change-Id: If34c7474df5cf14af3b732fb4774816818f28e79
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/1214
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/flash/nand/arm_io.c
src/target/target.c
src/target/target.h