]> git.dujemihanovic.xyz Git - u-boot.git/commit
bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit
authorBin Meng <bin.meng@windriver.com>
Sun, 31 Jan 2021 12:36:06 +0000 (20:36 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 10:38:41 +0000 (03:38 -0700)
commit6424fba1bc4e80c43eb5eb69b9e66c0d89d1b1cf
tree6ee8f7485500055db638c92c87ca9bbae207648e
parent98592c7509278e73b2d56c5e307015d6f33c0f34
bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit

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@windriver.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/bdinfo.c
cmd/bdinfo.c