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>
This commit is contained in:
parent
024e0afa8f
commit
b5d56f9118
|
@ -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 */
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue