Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / ite / it8673f / chip.h
index bfb6d72b37e6188e9377d70b1731a03f6948e4d8..431098e4337b1a756b6699aa9b147f4513f34cbe 100644 (file)
@@ -28,7 +28,7 @@
 extern struct chip_operations superio_ite_it8673f_ops;
 
 struct superio_ite_it8673f_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };