From 13746076e95a611b56dfe37519685ae125172bb4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 8 Dec 2019 11:34:24 +0100 Subject: mainboard/(i945,ich7): Remove commented RCBA32(0x341c) code PCIe root port clock gate is already enabled at i945/early_init.c Also fix comments when only PCIe root port is enabled. Change-Id: Ica38529dbdd5cc51b19b426999a1d9f0b678b4f5 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/37576 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/intel/d945gclf/early_init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/intel/d945gclf') diff --git a/src/mainboard/intel/d945gclf/early_init.c b/src/mainboard/intel/d945gclf/early_init.c index b4818e49ca..d31fcc5907 100644 --- a/src/mainboard/intel/d945gclf/early_init.c +++ b/src/mainboard/intel/d945gclf/early_init.c @@ -32,9 +32,6 @@ void mainboard_late_rcba_config(void) /* Disable unused devices */ RCBA32(FD) |= FD_INTLAN; - - /* Enable PCIe Root Port Clock Gate */ - // RCBA32(0x341c) = 0x00000001; } void bootblock_mainboard_early_init(void) -- cgit v1.2.3