mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
x86: Correct regwidth prompt in cbsysinfo
This should be 'regwidth', not 'baud'. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
07b53103b7
commit
b8db1c1388
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue