]> Git Repo - J-u-boot.git/commit
bdinfo: Export some basic printing functions
authorSimon Glass <[email protected]>
Sun, 10 May 2020 20:16:55 +0000 (14:16 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
cmd/bdinfo.c
include/init.h
This page took 0.031638 seconds and 4 git commands to generate.