[PATCH v2 10/10] bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit

Simon Glass sjg at chromium.org
Mon Feb 1 21:44:42 CET 2021


On Sun, 31 Jan 2021 at 05:37, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> From: Bin Meng <bin.meng at windriver.com>
>
> There are some calls to bdinfo_print_num_l() with parameters that
> could be a 64-bit value on a 32-bit system. Change those calls to
> use bdinfo_print_num_ll() instead.
>
> Signed-off-by: Bin Meng <bin.meng at windriver.com>
> ---
>
> (no changes since v1)
>
>  arch/arm/lib/bdinfo.c | 8 ++++----
>  cmd/bdinfo.c          | 4 ++--
>  2 files changed, 6 insertions(+), 6 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list