image_t -> struct image
Remove misleading typedef and redundant suffix from struct image. Also removes the typedef from enum image_type, as it is used in image.h only.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user