diff options
| author | Tom Rini <[email protected]> | 2021-05-10 08:02:00 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-05-10 08:02:00 -0400 |
| commit | 3ee71c57295dd64295b2ac1b2cb53918e803990f (patch) | |
| tree | 32968cf3efcab32935498460ea63705fd94c1147 /cmd | |
| parent | 07b53103b7a6c228ae8b74ae720b9c5d219ee7fd (diff) | |
| parent | 200fdd3bff569369f9264e648ddc9c02547b6186 (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.c | 2 |
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); } |
