bdinfo: Export some basic printing functions
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:55 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:12 +0000 (13:24 -0400)
commit655f17ff7d8631ca9344a4bff5918243e5bfed37
tree712d421f44af057ac44c0cc9adca026e530b5cfa
parent8a2ba581dc27d2ae1f22eae9d6fee0ec45e075f7
bdinfo: Export some basic printing functions

At present the functions to print a number and a frequency are static. We
want to move some of the code in here to an arch-specific file. For
consistency that code should use these same functions. So export them with
an appropriate name.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/bdinfo.c
include/init.h