commit | f2a53c7665a87decac5f3048b2a97467f648659f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Dec 21 07:13:40 2018 -0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 31 08:08:51 2018 -0500 |
tree | 60ab2bd673577c93fb3f2d24ace2c30ba5b28004 | |
parent | 7ebfb3780cbb608baaffbf6835b642484fa02ba3 [diff] |
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 <bmeng.cn@gmail.com>