flash/nor/nrf5: remove is_erased setting and autoerase before write
[fw/openocd] / src / target / armv7m.h
index 6f5d6f9952bab418b91c574b5ff4476a78347ff3..01bf19e5c1733ff79313afb8fc7e65113759581d 100644 (file)
@@ -225,7 +225,7 @@ int armv7m_restore_context(struct target *target);
 int armv7m_checksum_memory(struct target *target,
                target_addr_t address, uint32_t count, uint32_t *checksum);
 int armv7m_blank_check_memory(struct target *target,
-               target_addr_t address, uint32_t count, uint32_t *blank, uint8_t erased_value);
+               struct target_memory_check_block *blocks, int num_blocks, uint8_t erased_value);
 
 int armv7m_maybe_skip_bkpt_inst(struct target *target, bool *inst_found);