diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-10-29 12:52:03 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-22 07:37:26 +0000 |
commit | 70243cd801205ee2774c578c270ddcfacf28337a (patch) | |
tree | f1cdf286ad5b0ae77942d4be6f3352253ee65a8a /src/southbridge/intel/lynxpoint/acpi | |
parent | 3b8ddee47fe2b20ad73bfe79bedc6a8e22403388 (diff) |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46955
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/acpi')
-rw-r--r-- | src/southbridge/intel/lynxpoint/acpi/gpio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
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) |