Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / smsc / lpc47b397 / chip.h
index b18b6a556fe259c824724f7523d5722734b9b112..3f3c719bf45fdaecb764690216334d556bcea563 100644 (file)
@@ -30,7 +30,7 @@ extern struct chip_operations superio_smsc_lpc47b397_ops;
 #include <uart8250.h>
 
 struct superio_smsc_lpc47b397_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };