summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/dcp847ske/early_southbridge.c
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-03-24 17:01:41 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-04-23 10:06:01 +0000
commitda9302a2c42038594ed0127b8887c7d984cd65e1 (patch)
treee6dee07cdc5ccf60da66ffaa86e855c961c8fd25 /src/mainboard/intel/dcp847ske/early_southbridge.c
parent78fbe3d8319bc8fdf82b76378d29c6c902fd13e5 (diff)
downloadcoreboot-da9302a2c42038594ed0127b8887c7d984cd65e1.tar.gz
coreboot-da9302a2c42038594ed0127b8887c7d984cd65e1.tar.bz2
coreboot-da9302a2c42038594ed0127b8887c7d984cd65e1.zip
nb/intel/sandybridge: Drop pch.h from sandybridge.h
Include pch.h in the source files instead in sandybridge.h. Tested on Lenovo T520 (Intel Sandy Bridge). Still boots to OS, no errors visible in dmesg. Change-Id: I9e5b678e979a8d136d8d00b49486d0a882f77d81 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32065 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/intel/dcp847ske/early_southbridge.c')
-rw-r--r--src/mainboard/intel/dcp847ske/early_southbridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/dcp847ske/early_southbridge.c b/src/mainboard/intel/dcp847ske/early_southbridge.c
index 510073540f2e..39aeb8f6e26b 100644
--- a/src/mainboard/intel/dcp847ske/early_southbridge.c
+++ b/src/mainboard/intel/dcp847ske/early_southbridge.c
@@ -23,6 +23,7 @@
#include <device/pci_def.h>
#include <console/console.h>
#include <northbridge/intel/sandybridge/raminit_native.h>
+#include <southbridge/intel/bd82x6x/pch.h>
#include "superio.h"
#include "thermal.h"