commit | 7d77b6690e644fd05a4e37ed5f8fc99bfd3fcd12 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 08 14:34:05 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed May 23 17:30:02 2018 -0400 |
tree | 413a0cfad35adaebd2c44bd2b158a4a9281e694b | |
parent | 58c577fca104ea990f7d2b214e1427888068826f [diff] |
FIT: Make fit_conf_print() be a static function We only call fit_conf_print from one place in the code, so mark it as static and move it up to where we call it. This in turn has us move a few other already static functions up further as well. Signed-off-by: Tom Rini <trini@konsulko.com>