From 52e48b56e2c30b8d164cc3f6a308238de122e369 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 28 Jan 2021 17:03:19 +0100 Subject: broadwell boards: Switch to Lynxpoint GPIO headers Move `CROS_GPIO_DEVICE_NAME` to a new `chromeos.h` header, because Lynxpoint uses a different value. Also drop unnecessary includes. Tested with BUILD_TIMELESS=1, Google Tidus remains identical. Change-Id: I38baed2c114fb93cfb82535a6ec00fb67e596d64 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/50080 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/intel/wtm2/chromeos.c | 3 ++- src/mainboard/intel/wtm2/pei_data.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/intel/wtm2') diff --git a/src/mainboard/intel/wtm2/chromeos.c b/src/mainboard/intel/wtm2/chromeos.c index 459560c990..996eee2f3c 100644 --- a/src/mainboard/intel/wtm2/chromeos.c +++ b/src/mainboard/intel/wtm2/chromeos.c @@ -3,7 +3,8 @@ #include #include #include -#include +#include +#include #include /* Compile-time settings for recovery mode. */ diff --git a/src/mainboard/intel/wtm2/pei_data.c b/src/mainboard/intel/wtm2/pei_data.c index 92101bdc51..5591c4ca4d 100644 --- a/src/mainboard/intel/wtm2/pei_data.c +++ b/src/mainboard/intel/wtm2/pei_data.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include -- cgit v1.2.3