summaryrefslogtreecommitdiff
path: root/common/bootm_os.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-12-21 07:13:39 -0800
committerTom Rini <trini@konsulko.com>2018-12-31 08:08:51 -0500
commit7ebfb3780cbb608baaffbf6835b642484fa02ba3 (patch)
tree22feb1e739441a8fccdeb3a1c02e922beef98f62 /common/bootm_os.c
parent51ae59228c443d2f7e1d567a3cc83130465d1426 (diff)
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>
Diffstat (limited to 'common/bootm_os.c')
-rw-r--r--common/bootm_os.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bootm_os.c b/common/bootm_os.c
index f302135868..da938c56b9 100644
--- a/common/bootm_os.c
+++ b/common/bootm_os.c
@@ -260,7 +260,7 @@ static int do_bootm_plan9(int flag, int argc, char * const argv[],
#if defined(CONFIG_BOOTM_VXWORKS) && \
(defined(CONFIG_PPC) || defined(CONFIG_ARM))
-void do_bootvx_fdt(bootm_headers_t *images)
+static void do_bootvx_fdt(bootm_headers_t *images)
{
#if defined(CONFIG_OF_LIBFDT)
int ret;