From f2a53c7665a87decac5f3048b2a97467f648659f Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 21 Dec 2018 07:13:40 -0800 Subject: bootm: vxworks: Make do_bootm_vxworks() non-static For future extension to other architectures, make do_bootm_vxworks() a non-static function. Signed-off-by: Bin Meng --- include/bootm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/bootm.h b/include/bootm.h index 0501414e0dc..dbd6f49c2df 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -35,6 +35,8 @@ typedef int boot_os_fn(int flag, int argc, char * const argv[], bootm_headers_t *images); extern boot_os_fn do_bootm_linux; +extern boot_os_fn do_bootm_vxworks; + int do_bootelf(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); void lynxkdi_boot(image_header_t *hdr); -- cgit v1.2.3