Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / fintek / f71872 / chip.h
index 6625711a68fcb635e3efe7254694b0c7ee6d8401..58ee4217ca0cb41401cb17988513ad1204632e17 100644 (file)
@@ -27,7 +27,7 @@
 extern struct chip_operations superio_fintek_f71872_ops;
 
 struct superio_fintek_f71872_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };