diff options
Diffstat (limited to 'boot/image-board.c')
-rw-r--r-- | boot/image-board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/image-board.c b/boot/image-board.c index b726bd6b303..458153b40bd 100644 --- a/boot/image-board.c +++ b/boot/image-board.c @@ -1083,8 +1083,8 @@ fallback: } /* get script subimage data address and length */ - if (fit_image_get_data_and_size(fit_hdr, noffset, - &fit_data, &fit_len)) { + if (fit_image_get_data(fit_hdr, noffset, &fit_data, + &fit_len)) { puts("Could not find script subimage data\n"); return 1; } |