From 273a8dca1f7896c73b812ecc2c6cd2572ac51d6a Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sat, 6 Feb 2016 18:07:59 +0100 Subject: southbridge/intel/lynxpoint: Use common gpio.c Use shared gpio code from common folder, except for INTEL_LYNXPOINT_LP, which has it's own gpio code. Needs test on real hardware ! Change-Id: Iccc6d254bafb927b6470704cec7c9dd7528e2c68 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/13615 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/southbridge/intel/lynxpoint/early_pch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/intel/lynxpoint/early_pch.c') diff --git a/src/southbridge/intel/lynxpoint/early_pch.c b/src/southbridge/intel/lynxpoint/early_pch.c index 9802284a98..0e4fa3d5ea 100644 --- a/src/southbridge/intel/lynxpoint/early_pch.c +++ b/src/southbridge/intel/lynxpoint/early_pch.c @@ -27,7 +27,7 @@ #if CONFIG_INTEL_LYNXPOINT_LP #include "lp_gpio.h" #else -#include "gpio.h" +#include "southbridge/intel/common/gpio.h" #endif const struct rcba_config_instruction pch_early_config[] = { -- cgit v1.2.3