* [PATCH 3/3] x86: Most systems support a second serial port. Add it.
@ 2014-03-25 11:12 Michel Stam
0 siblings, 0 replies; only message in thread
From: Michel Stam @ 2014-03-25 11:12 UTC (permalink / raw)
To: barebox
---
arch/x86/boards/x86_generic/generic_pc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/boards/x86_generic/generic_pc.c
b/arch/x86/boards/x86_generic/generic_pc.c
index 6152afc..4031a7e 100644
--- a/arch/x86/boards/x86_generic/generic_pc.c
+++ b/arch/x86/boards/x86_generic/generic_pc.c
@@ -150,6 +150,7 @@ static int pc_console_init(void)
/* Register the serial port */
add_ns16550_device(DEVICE_ID_DYNAMIC, 0x3f8, 8, 0, &serial_plat);
+ add_ns16550_device(DEVICE_ID_DYNAMIC, 0x2f8, 8, 0, &serial_plat);
return 0;
}
--
1.8.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-25 11:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-25 11:12 [PATCH 3/3] x86: Most systems support a second serial port. Add it Michel Stam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox