mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
bootm: vxworks: Make do_bootvx_fdt() static
Change the scope of do_bootvx_fdt() to static since it is only used in common/bootm_os.c. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
51ae59228c
commit
7ebfb3780c
2 changed files with 1 additions and 2 deletions
|
@ -83,6 +83,5 @@ struct efi_gop_info {
|
|||
int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
|
||||
void boot_prep_vxworks(bootm_headers_t *images);
|
||||
void boot_jump_vxworks(bootm_headers_t *images);
|
||||
void do_bootvx_fdt(bootm_headers_t *images);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue