diff options
author | Keith Hui <buurin@gmail.com> | 2024-04-13 16:04:14 -0400 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-16 12:01:09 +0000 |
commit | ab4de83f4330b76b3026f9097eb801eeb1cdc5b4 (patch) | |
tree | 81800fc587ece772eaac779bd9124ea79990f40c /src/southbridge/intel/ibexpeak/pch.h | |
parent | 940cbed8d39caca24655ba42ed5d71792041ab64 (diff) |
sb/intel/ibexpeak: Sever bd82x6x source dependency
It shares southbridge devicetree definition with bd82x6x, causing
changes made there to break builds for boards with this PCH. Give
ibexpeak its own copy.
TEST=abuild tested with lenovo/t410, lenovo/x201, packardbell/ms2290. Timeless binary did not change for all.
Change-Id: I08229ca658bd9c360b6be6137d882d319041b730
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81889
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/ibexpeak/pch.h')
-rw-r--r-- | src/southbridge/intel/ibexpeak/pch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/ibexpeak/pch.h b/src/southbridge/intel/ibexpeak/pch.h index c447746eea..97247612a8 100644 --- a/src/southbridge/intel/ibexpeak/pch.h +++ b/src/southbridge/intel/ibexpeak/pch.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef SOUTHBRIDGE_INTEL_BD82X6X_PCH_H -#define SOUTHBRIDGE_INTEL_BD82X6X_PCH_H +#ifndef SOUTHBRIDGE_INTEL_IBEXPEAK_PCH_H +#define SOUTHBRIDGE_INTEL_IBEXPEAK_PCH_H #include <acpi/acpi.h> #include <southbridge/intel/common/rcba.h> /* IWYU pragma: export */ |