Mirror Fix coreinfo usage of cb_info
fix cb_info.serial.ioport to cb_info.serial.baseaddr Change-Id: I32f261e4be927555979eb833d0251fce2c6a5c47 Signed-off-by: QingPei Wang <wangqingpei@gmail.com> Reviewed-on: http://review.coreboot.org/441 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
490eb86b48
commit
45945cf445
|
@ -68,7 +68,7 @@ int coreboot_module_redraw(WINDOW *win)
|
|||
|
||||
if (cb_info.serial.tag != 0x0) {
|
||||
mvwprintw(win, row++, 1, "Serial Port I/O base: 0x%x",
|
||||
cb_info.serial.ioport);
|
||||
cb_info.serial.baseaddr);
|
||||
}
|
||||
|
||||
if (cb_info.console.tag != 0x0) {
|
||||
|
|
Loading…
Reference in New Issue