From: Spencer Oliver Date: Fri, 15 Mar 2013 16:59:32 +0000 (+0000) Subject: target: fix broken Cortex-R4 support X-Git-Tag: v0.7.0-rc1~39 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=9c450c704c09eeb304a891138131808531ac0cf2;hp=a7e3418258f79d6e0081b8e6d01d8f4268629ded 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 Reviewed-on: http://openocd.zylin.com/1246 Tested-by: jenkins --- diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c index d9d804921f..4d12911f08 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,