summaryrefslogtreecommitdiff
path: root/tools/fiptool/fiptool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fiptool/fiptool.h')
-rw-r--r--tools/fiptool/fiptool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fiptool/fiptool.h b/tools/fiptool/fiptool.h
index be0c6f0d..c4c86bc0 100644
--- a/tools/fiptool/fiptool.h
+++ b/tools/fiptool/fiptool.h
@@ -58,13 +58,13 @@ typedef struct image_desc {
char *cmdline_name;
int action;
char *action_arg;
+ struct image *image;
struct image_desc *next;
} image_desc_t;
typedef struct image {
struct fip_toc_entry toc_e;
void *buffer;
- struct image *next;
} image_t;
typedef struct cmd {