
25 Aug
2022
25 Aug
'22
5:01 p.m.
On Thu, 25 Aug 2022 at 00:41, Ovidiu Panait ovpanait@gmail.com wrote:
Add bdinfo_print_size() helper to display size variables (such as cache sizes) in bdinfo format. The size is printed as "xxx Bytes", "xxx KiB", "xxx MiB", "xxx GiB", etc as needed;
Signed-off-by: Ovidiu Panait ovpanait@gmail.com
cmd/bdinfo.c | 7 +++++++ include/init.h | 13 +++++++++++++ 2 files changed, 20 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org