summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-05-10 08:02:00 -0400
committerTom Rini <[email protected]>2021-05-10 08:02:00 -0400
commit3ee71c57295dd64295b2ac1b2cb53918e803990f (patch)
tree32968cf3efcab32935498460ea63705fd94c1147 /cmd
parent07b53103b7a6c228ae8b74ae720b9c5d219ee7fd (diff)
parent200fdd3bff569369f9264e648ddc9c02547b6186 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-x86
- x86: correct regwidth prompt in cbsysinfo - virtio: convert README.virtio to reST
Diffstat (limited to 'cmd')
-rw-r--r--cmd/x86/cbsysinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/x86/cbsysinfo.c b/cmd/x86/cbsysinfo.c
index a0db0ad364e..34fdaf5b1b1 100644
--- a/cmd/x86/cbsysinfo.c
+++ b/cmd/x86/cbsysinfo.c
@@ -205,7 +205,7 @@ static void show_table(struct sysinfo_t *info, bool verbose)
print_hex(">type", ser->type);
print_addr(">base", ser->baseaddr);
print_dec(">baud", ser->baud);
- print_hex(">baud", ser->regwidth);
+ print_hex(">regwidth", ser->regwidth);
print_dec(">input_hz", ser->input_hertz);
print_addr(">PCI addr", ser->uart_pci_addr);
}