Re: [PATCH 29/36] bdinfo: Export some basic printing functions

2020-05-06 Thread Bin Meng
On Tue, May 5, 2020 at 7:19 AM Simon Glass 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.

[PATCH 29/36] bdinfo: Export some basic printing functions

2020-05-04 Thread Simon Glass
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 --- cmd/bdinfo.c | 78 ++