summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p8h61-m_lx/early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p8h61-m_lx/early_init.c')
-rw-r--r--src/mainboard/asus/p8h61-m_lx/early_init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/asus/p8h61-m_lx/early_init.c b/src/mainboard/asus/p8h61-m_lx/early_init.c
index 7dc8cd5334..a2fc02e2ce 100644
--- a/src/mainboard/asus/p8h61-m_lx/early_init.c
+++ b/src/mainboard/asus/p8h61-m_lx/early_init.c
@@ -42,12 +42,6 @@ const struct southbridge_usb_port mainboard_usb_ports[] = {
{ 1, 0, 6 },
};
-void mainboard_pch_lpc_setup(void)
-{
- pci_or_config16(PCH_LPC_DEV, LPC_EN,
- CNF1_LPC_EN | KBC_LPC_EN | LPT_LPC_EN | COMA_LPC_EN);
-}
-
void bootblock_mainboard_early_init(void)
{
nuvoton_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);