FIT: Make fit_conf_print() be a static function
authorTom Rini <trini@konsulko.com>
Tue, 8 May 2018 18:34:05 +0000 (14:34 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 23 May 2018 21:30:02 +0000 (17:30 -0400)
commit16c4b169af1295972fb09b754b8ba00c55c39e08
tree413a0cfad35adaebd2c44bd2b158a4a9281e694b
parentd405dae374d9d342fb9aa3fa231e2189ae025914
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>
common/image-fit.c
include/image.h