Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / ite / it8671f / chip.h
index 529c6b44580bf574deac4e6a609f6196a8de8529..3dd2d81a5b2d81faa78cf0943b73e7f6168776d2 100644 (file)
@@ -28,7 +28,7 @@
 extern struct chip_operations superio_ite_it8671f_ops;
 
 struct superio_ite_it8671f_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };