Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / winbond / w83977f / chip.h
index 94a8cb694a70a2fa98628222ae1368b936b0bd13..1c126971dea364128286efe28079df2127414dcb 100644 (file)
@@ -27,7 +27,7 @@
 extern struct chip_operations superio_winbond_w83977f_ops;
 
 struct superio_winbond_w83977f_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };