aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-23 12:47:49 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-08-02 15:53:08 +0000
commitb5d56f9118032159908b98311831d304e1a529f7 (patch)
tree708929f1e1ccc4abb3198055aade0b0cffa66568 /src
parent024e0afa8f5f1f5d5173adde6d70a31a2d4bfe3e (diff)
soc/intel/broadwell: Replace soc/intel/common include
Broadwell now uses the Lynx Point hda_verb.c and should thus use the corresponding header as well. Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 remains identical. Change-Id: I9b8ca91bed67be9c6850bd51f4c81e002a0f5aef Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55797 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/broadwell/minihd.c2
-rw-r--r--src/soc/intel/broadwell/pch/hda.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/minihd.c b/src/soc/intel/broadwell/minihd.c
index b73c1b3b57..e373878643 100644
--- a/src/soc/intel/broadwell/minihd.c
+++ b/src/soc/intel/broadwell/minihd.c
@@ -6,8 +6,8 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <device/mmio.h>
-#include <soc/intel/common/hda_verb.h>
#include <soc/igd.h>
+#include <southbridge/intel/lynxpoint/hda_verb.h>
static const u32 minihd_verb_table[] = {
/* coreboot specific header */
diff --git a/src/soc/intel/broadwell/pch/hda.c b/src/soc/intel/broadwell/pch/hda.c
index ab348ea7c2..2e00f79bb8 100644
--- a/src/soc/intel/broadwell/pch/hda.c
+++ b/src/soc/intel/broadwell/pch/hda.c
@@ -7,9 +7,9 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <device/mmio.h>
-#include <soc/intel/common/hda_verb.h>
#include <soc/pch.h>
#include <soc/rcba.h>
+#include <southbridge/intel/lynxpoint/hda_verb.h>
static void codecs_init(u8 *base, u32 codec_mask)
{