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:
@@ -153,7 +153,7 @@ static int loadDriver(struct ecosflash_flash_bank *info)
|
||||
{
|
||||
uint32_t buf_cnt;
|
||||
uint32_t image_size;
|
||||
image_t image;
|
||||
struct image image;
|
||||
|
||||
image.base_address_set = 0;
|
||||
image.start_address_set = 0;
|
||||
|
||||
Reference in New Issue
Block a user