summaryrefslogtreecommitdiff
path: root/scripts/cleanpatch
diff options
context:
space:
mode:
authorKunihiko Hayashi <[email protected]>2019-08-23 10:56:55 +0900
committerTom Rini <[email protected]>2019-08-26 11:46:28 -0400
commit4ebeb4c559f3604169a54f3a318bdabcc6047320 (patch)
treef1dc950d927159835f997c8f87781d7162229ca4 /scripts/cleanpatch
parent97605d3ca331348bca6f46bb98863909b9349578 (diff)
cmd: pci: Adjust display of digits for 64bit address and size
The command "pci bar" and "pci region" display the address and size in 16 characters including "0x", so the command can only display 14 hexadecimal digits if the number of digits in the address and size is less than 14. ID Base Size Width Type ---------------------------------------------------------- 0 0x00000020000000 0x00000000100000 64 MEM Prefetchable 1 0xffff000080000000 0x00000000100000 64 MEM Prefetchable The 64-bit address and size should be displayed in 18(= 16+2) digits, so this patch adjusts them. Cc: Yehuda Yitschak <[email protected]> Cc: Simon Glass <[email protected]> Signed-off-by: Kunihiko Hayashi <[email protected]> Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions