]> git.sur5r.net Git - openocd/blobdiff - src/flash/cfi.h
More robust handling of unknown target state for step/continue packet.
[openocd] / src / flash / cfi.h
index 9572c83a2aa1cb7d28a65efc9f6c53c7fe2b5f99..803678d435f3829e5787abb9c9f8f3a71e80e5f4 100644 (file)
 typedef struct cfi_flash_bank_s
 {
        working_area_t *write_algorithm;
-       working_area_t *erase_check_algorithm;
+       
 
        int x16_as_x8;
        int jedec_probe;
        int not_cfi;
+       int probed;
 
        u16 manufacturer;
        u16 device_id;