]> git.baikalelectronics.ru Git - uboot.git/commit
cmd/bdinfo: correct output of numerical values
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Oct 2018 11:15:01 +0000 (13:15 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 18:34:34 +0000 (13:34 -0500)
commit7fab234560b6e1a2ed6faaea6138240b9b8d8eac
treedff4264d11cacdc0f5d4672ebbca349be5634253
parent0e3055bb24cc148121a8d749dd627d6da4e25539
cmd/bdinfo: correct output of numerical values

Display all digits on 64bit systems. Currently we print only the lower
32 bits. Examples of values that can exceed 32 bits are the size and start of
memory banks.

For fdt_blob use the same output method as for other values. This avoids
misalignment.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bdinfo.c