[PATCH 29/36] bdinfo: Export some basic printing functions
Bin Meng
bmeng.cn at gmail.com
Wed May 6 10:10:10 CEST 2020
On Tue, May 5, 2020 at 7:19 AM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> cmd/bdinfo.c | 78 +++++++++++++++++++++++++-------------------------
> include/init.h | 6 ++++
> 2 files changed, 45 insertions(+), 39 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list