summaryrefslogtreecommitdiff
path: root/cmd/source.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/source.c')
-rw-r--r--cmd/source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/source.c b/cmd/source.c
index 81e015b64e..698d9f86d9 100644
--- a/cmd/source.c
+++ b/cmd/source.c
@@ -46,7 +46,7 @@ int image_source_script(ulong addr, const char *fit_uname)
{
ulong len;
#if defined(CONFIG_LEGACY_IMAGE_FORMAT)
- const image_header_t *hdr;
+ const struct legacy_img_hdr *hdr;
#endif
u32 *data;
int verify;