]> git.baikalelectronics.ru Git - uboot.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)
commit08f0b2197fe238895201e07df3c04cdf7eda6071
tree6ee8f7485500055db638c92c87ca9bbae207648e
parentcdee65192dd77a74024a49cf968766230a54c584
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