aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout/early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/stout/early_init.c')
-rw-r--r--src/mainboard/google/stout/early_init.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/stout/early_init.c b/src/mainboard/google/stout/early_init.c
index 94d409297c..754bec60bb 100644
--- a/src/mainboard/google/stout/early_init.c
+++ b/src/mainboard/google/stout/early_init.c
@@ -32,8 +32,6 @@
void mainboard_late_rcba_config(void)
{
- u32 reg32;
-
/*
* GFX INTA -> PIRQA (MSI)
* D20IP_XHCI XHCI INTA -> PIRQD (MSI)
@@ -71,12 +69,6 @@ void mainboard_late_rcba_config(void)
DIR_ROUTE(D25IR, PIRQA, PIRQB, PIRQC, PIRQD);
DIR_ROUTE(D22IR, PIRQA, PIRQB, PIRQC, PIRQD);
DIR_ROUTE(D20IR, PIRQD, PIRQE, PIRQF, PIRQG);
-
- /* Disable unused devices (board specific) */
- reg32 = RCBA32(FD);
- /* Disable PCI bridge so MRC does not probe this bus */
- reg32 |= PCH_DISABLE_P2P;
- RCBA32(FD) = reg32;
}
/*