Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / nsc / pc87309 / chip.h
index fd4c0cc9c6f690ed80149b977a74a8edd0cfe12d..8a612245bd6719662683313cf8eb17df5025a159 100644 (file)
@@ -27,7 +27,7 @@
 extern struct chip_operations superio_nsc_pc87309_ops;
 
 struct superio_nsc_pc87309_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };