diff options
-rw-r--r-- | src/target/cortex_a.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c index d9d80492..4d12911f 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, |