summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t530/early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t530/early_init.c')
-rw-r--r--src/mainboard/lenovo/t530/early_init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/t530/early_init.c b/src/mainboard/lenovo/t530/early_init.c
index 34c61e4e49..aeb27a6d28 100644
--- a/src/mainboard/lenovo/t530/early_init.c
+++ b/src/mainboard/lenovo/t530/early_init.c
@@ -51,11 +51,6 @@ static void hybrid_graphics_init(void)
pci_write_config32(PCI_DEV(0, 0, 0), DEVEN, reg32);
}
-void mainboard_pch_lpc_setup(void)
-{
- pci_write_config32(PCH_LPC_DEV, ETR3, 0x10000);
-}
-
void mainboard_early_init(int s3resume)
{
hybrid_graphics_init();