summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2015-06-29 09:43:16 +0200
committerMichael Brown2015-06-29 12:04:10 +0200
commit2a696ab963fe71296d9495caed1b748f6f7d8971 (patch)
treebb6b45746dcb160819dc075d052b24bd77f958ac /src/config/config.c
parent[gdb] Use new UART abstraction in GDB serial transport (diff)
downloadipxe-2a696ab963fe71296d9495caed1b748f6f7d8971.tar.gz
ipxe-2a696ab963fe71296d9495caed1b748f6f7d8971.tar.xz
ipxe-2a696ab963fe71296d9495caed1b748f6f7d8971.zip
[serial] Use new UART abstraction in serial console driver
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 9cc23949..120a1d4f 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -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 );