ESCC: correctly use CONFIG_SERIAL_PORT

git-svn-id: svn://coreboot.org/openbios/openbios-devel@400 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2009-01-13 16:42:29 +00:00
parent 7a10250555
commit c254d42e4c
2 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,8 @@ entry( void )
isa_io_base = arch->io_base;
uart_init(0x80013000ULL, CONFIG_SERIAL_SPEED);
uart_init(0x80013000ULL + CONFIG_SERIAL_PORT * 0x20,
CONFIG_SERIAL_SPEED);
printk("\n");
printk("=============================================================\n");