aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/8770w/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/8770w/romstage.c')
-rw-r--r--src/mainboard/hp/8770w/romstage.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/hp/8770w/romstage.c b/src/mainboard/hp/8770w/romstage.c
index 8956b08b7b..2bd9162beb 100644
--- a/src/mainboard/hp/8770w/romstage.c
+++ b/src/mainboard/hp/8770w/romstage.c
@@ -25,15 +25,6 @@
void pch_enable_lpc(void)
{
- /*
- * CNF2 and CNF1 for Super I/O
- * MC and LPC (0x60,0x64,0x62,0x66) for KBC and EC
- * Enable parallel port and serial port
- */
- pci_write_config16(PCH_LPC_DEV, LPC_EN,
- CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN |
- LPT_LPC_EN | COMA_LPC_EN);
- pci_write_config16(PCH_LPC_DEV, LPC_IO_DEC, 0x0010);
}
void mainboard_rcba_config(void)