image_t -> struct image
[fw/openocd] / src / flash / lpc2900.c
index 08879077b7f52de36de29676144ac71728e655a2..5b6a5be4dde01d2933c301d5c5a17a33958fb154 100644 (file)
@@ -718,7 +718,7 @@ COMMAND_HANDLER(lpc2900_handle_write_custom_command)
        }
 
        /* The image will always start at offset 0 */
-       image_t image;
+       struct image image;
        image.base_address_set = 1;
        image.base_address = 0;
        image.start_address_set = 0;