This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1246
-- gerrit commit 8f2b1f7cba77120e7359dcaadb99896b20cd9466 Author: Spencer Oliver <[email protected]> Date: Fri Mar 15 16:59:32 2013 +0000 target: fix broken Cortex-R4 support This regression was caused due to the recent addition of R4 support and the removal of the bulk_write_memory handler. Change-Id: Ide692737f235c0e9906becb6f3502ba52c5907aa Signed-off-by: Spencer Oliver <[email protected]> diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c index d9d8049..4d12911 100644 --- a/src/target/cortex_a.c +++ b/src/target/cortex_a.c @@ -2856,7 +2856,6 @@ struct target_type cortexr4_target = { .read_memory = cortex_a8_read_memory, .write_memory = cortex_a8_write_memory, - .bulk_write_memory = cortex_a8_bulk_write_memory, .checksum_memory = arm_checksum_memory, .blank_check_memory = arm_blank_check_memory, -- ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
