From: Alper Nebi Yasak Date: Sat, 18 Jun 2022 12:13:08 +0000 (+0300) Subject: spl: binman: Declare extern symbols for VPL as well X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5204823c81c2be4ef3abfcaae351401f8dd5f058;p=u-boot.git spl: binman: Declare extern symbols for VPL as well The binman extern symbol declarations in spl.h are missing the VPL symbols recently added to spl.c, add them like the others. Signed-off-by: Alper Nebi Yasak --- diff --git a/include/spl.h b/include/spl.h index 83ac583e0b..1778e0f536 100644 --- a/include/spl.h +++ b/include/spl.h @@ -288,6 +288,8 @@ binman_sym_extern(ulong, u_boot_any, image_pos); binman_sym_extern(ulong, u_boot_any, size); binman_sym_extern(ulong, u_boot_spl, image_pos); binman_sym_extern(ulong, u_boot_spl, size); +binman_sym_extern(ulong, u_boot_vpl, image_pos); +binman_sym_extern(ulong, u_boot_vpl, size); /** * spl_get_image_pos() - get the image position of the next phase