[serial] Use new UART abstraction in serial console driver

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-06-29 08:43:16 +01:00
parent 5e622dc085
commit 2a696ab963
7 changed files with 173 additions and 300 deletions

View File

@@ -55,7 +55,7 @@ PROVIDE_REQUIRING_SYMBOL();
REQUIRE_OBJECT ( bios_console );
#endif
#ifdef CONSOLE_SERIAL
REQUIRE_OBJECT ( serial_console );
REQUIRE_OBJECT ( serial );
#endif
#ifdef CONSOLE_DIRECT_VGA
REQUIRE_OBJECT ( video_subr );