On Sun, 31 Jan 2021 at 05:37, Bin Meng <bmeng...@gmail.com> wrote: > > From: Bin Meng <bin.m...@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.m...@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 <s...@chromium.org> Applied to u-boot-dm, thanks!