Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / smsc / lpc47b272 / chip.h
index b96063c7f74cd3687f0f186565515171f39dc96a..031cd20f55e1c3e9f709514cd2ecc1164b892246 100644 (file)
@@ -28,7 +28,7 @@ extern struct chip_operations superio_smsc_lpc47b272_ops;
 #include <uart8250.h>
 
 struct superio_smsc_lpc47b272_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };