]> git.sur5r.net Git - openocd/blobdiff - src/target/image.h
Reset wip. Just adding hooks. This is just to reduce the size of the actual change...
[openocd] / src / target / image.h
index 47f0215f64e46bad4474b35da3932081c55326da..064654b35c691b33d74981a77ce160305d59e294 100644 (file)
@@ -64,7 +64,6 @@ typedef struct image_s
        int base_address;               /* base address, if one is set */
        int start_address_set;  /* whether the image has a start address (entry point) associated */
        u32 start_address;              /* start address, if one is set */
-       char error_str[IMAGE_MAX_ERROR_STRING];
 } image_t;
 
 typedef struct image_binary_s