From 70243cd801205ee2774c578c270ddcfacf28337a Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 29 Oct 2020 12:52:03 +0100 Subject: Revert "lynxpoint: Fix SerialIO ACPI compile issue with recent IASL" This reverts commit 1a25c9cdfd3fd391328133ba94c63ecd1083e4f8. Reason for revert: No longer necessary. Change-Id: I8adeeebd6e841ef2c878622559dcd15848969842 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/46955 Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/southbridge/intel/lynxpoint/acpi/gpio.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/intel/lynxpoint/acpi') diff --git a/src/southbridge/intel/lynxpoint/acpi/gpio.asl b/src/southbridge/intel/lynxpoint/acpi/gpio.asl index 2e432ad387..a673b25604 100644 --- a/src/southbridge/intel/lynxpoint/acpi/gpio.asl +++ b/src/southbridge/intel/lynxpoint/acpi/gpio.asl @@ -18,7 +18,7 @@ Device (GPIO) 0x00000000, // AddressMinimum 0x00000000, // AddressMaximum 0x00000000, // AddressTranslation - 0x00000001, // RangeLength + 0x00000000, // RangeLength , // ResourceSourceIndex , // ResourceSource BAR0) -- cgit v1.2.3