]> git.sur5r.net Git - openocd/blobdiff - src/target/target_type.h
[RFC] target: Move bulk_write_memory to arm7_9
[openocd] / src / target / target_type.h
index 21439b656aa396dff6db63ba18e207dfd6dc2c57..cf81708b8b2ff0eed1c9eb2b1e987f17594b2f90 100644 (file)
@@ -130,14 +130,6 @@ struct target_type {
        int (*write_buffer)(struct target *target, uint32_t address,
                        uint32_t size, const uint8_t *buffer);
 
-       /**
-        * Write target memory in multiples of 4 bytes, optimized for
-        * writing large quantities of data.  Do @b not call this
-        * function directly, use target_bulk_write_memory() instead.
-        */
-       int (*bulk_write_memory)(struct target *target, uint32_t address,
-                       uint32_t count, const uint8_t *buffer);
-
        int (*checksum_memory)(struct target *target, uint32_t address,
                        uint32_t count, uint32_t *checksum);
        int (*blank_check_memory)(struct target *target, uint32_t address,