mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <alpernebiyasak@gmail.com>
This commit is contained in:
parent
e09a8b9f1b
commit
5204823c81
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue