diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-02 17:39:47 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-04 11:46:42 +0000 |
commit | 72c483a95a9bf0699deb2cab78cb2c90387ae700 (patch) | |
tree | a254b2e79c3d629c6072f3697117d967040f8d08 /src/mainboard/google/beltino | |
parent | 2f9a0cdfa63f7fe2789039cadf793234743aba83 (diff) |
sb/intel/lynxpoint: Use sb/intel/common/platform.asl
Change-Id: I86260a374a3f60f16dc73573e7989f0a4ffec818
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36580
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/beltino')
-rw-r--r-- | src/mainboard/google/beltino/acpi/platform.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/beltino/acpi/platform.asl b/src/mainboard/google/beltino/acpi/platform.asl index cbe0c6f3ca..54a9cd43e1 100644 --- a/src/mainboard/google/beltino/acpi/platform.asl +++ b/src/mainboard/google/beltino/acpi/platform.asl @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ -#include <southbridge/intel/lynxpoint/acpi/platform.asl> +#include <southbridge/intel/common/acpi/platform.asl> /* The _PTS method (Prepare To Sleep) is called before the OS is * entering a sleep state. The sleep state number is passed in Arg0 |