target: increase chunk size in dump_image
commit61f3d4b7e42897fb1570bd4307137833cce0f7ba
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sat, 28 Jan 2012 01:35:57 +0000 (28 02:35 +0100)
committerØyvind Harboe <oyvindharboe@gmail.com>
Mon, 30 Jan 2012 19:09:53 +0000 (30 19:09 +0000)
treec6aded232d8abca9068a82e22067dc737a2e1278
parentfce4ac57140d4312dd229c7d5f149a340c92cda1
target: increase chunk size in dump_image

Replace the big stack-allocated buffer with a much bigger heap-allocated.
There was no explanation for the apparently arbitrary chunk size, and
performance was improved by increasing it, leveling out at about 4k.

Change-Id: I3b06d4469092ec8d89d0ce05bff0b7cf213c5062
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/404
Tested-by: jenkins
Reviewed-by: Marti Bolivar <mbolivar@leaflabs.com>
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
src/target/target.c