summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spl/spl.c')
-rw-r--r--common/spl/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 828f72f30b1..1283f9ec372 100644
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -260,7 +260,7 @@ void spl_set_header_raw_uboot(struct spl_image_info *spl_image)
static int spl_load_fit_image(struct spl_image_info *spl_image,
const struct image_header *header)
{
- bootm_headers_t images;
+ struct bootm_headers images;
const char *fit_uname_config = NULL;
uintptr_t fdt_hack;
const char *uname;