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:
QingPei Wang 2011-11-22 15:24:12 +08:00 committed by Patrick Georgi
parent 490eb86b48
commit 45945cf445
1 changed files with 1 additions and 1 deletions

View File

@ -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) {