X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fspl.h;h=7fad62c043ee082422107872102c5483853b0ffa;hb=dbf6be9f7f3b650ae5248eb7e2c00e94b4da867c;hp=8c5523083b2712297a6363565195a478aea997d6;hpb=3ab9598df714556b649048b2a387071253e9e731;p=oweals%2Fu-boot.git diff --git a/include/spl.h b/include/spl.h index 8c5523083b..7fad62c043 100644 --- a/include/spl.h +++ b/include/spl.h @@ -60,7 +60,7 @@ struct spl_load_info { * image is found. For * example if u-boot.img is used we don't check that * spl_parse_image_header() can parse a valid header. */ -binman_sym_extern(ulong, u_boot_any, offset); +binman_sym_extern(ulong, u_boot_any, image_pos); /** * spl_load_simple_fit() - Loads a fit image from a device.