Re: [U-Boot] [PATCH 1/3] bootm: vxworks: Make do_bootvx_fdt() static

2018-12-30 Thread Bin Meng
Hi Tom, On Fri, Dec 21, 2018 at 11:08 PM Bin Meng wrote: > > Change the scope of do_bootvx_fdt() to static since it is only > used in common/bootm_os.c. > > Signed-off-by: Bin Meng > --- > > common/bootm_os.c | 2 +- > include/vxworks.h | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) >

[U-Boot] [PATCH 1/3] bootm: vxworks: Make do_bootvx_fdt() static

2018-12-21 Thread Bin Meng
Change the scope of do_bootvx_fdt() to static since it is only used in common/bootm_os.c. Signed-off-by: Bin Meng --- common/bootm_os.c | 2 +- include/vxworks.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/bootm_os.c b/common/bootm_os.c index f302135..da938c5 100