diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2020-05-18 10:31:17 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-28 19:20:54 +0000 |
commit | 6fcfca54c675d12e7a1d2a829ae6080b60cf8c11 (patch) | |
tree | 0daf85d51197b5b32014c873fd5e9f5b6d8b4008 /src/mainboard/lenovo/x201/acpi | |
parent | 21f01c5a5367f508346a8146a9b5ccdee886dd95 (diff) | |
download | coreboot-6fcfca54c675d12e7a1d2a829ae6080b60cf8c11.tar.xz |
mb/lenovo/*/acpi/superio.asl: Replace with GPLv2+ equivalent
Replace functionally identical files with t440p/acpi/superio.asl which
is licensed under more flexible terms (GPL-2.0-only or no licensing
terms vs. GPL-2.0-or-later). Apart from licensing terms these files are
identical.
This makes diff between boards smaller.
Change-Id: I1cd4a85b65ceaa0a383416e7276ad41a41783cb7
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43685
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x201/acpi')
-rw-r--r-- | src/mainboard/lenovo/x201/acpi/superio.asl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x201/acpi/superio.asl b/src/mainboard/lenovo/x201/acpi/superio.asl index f2b35ba9c1..ee2eabeb75 100644 --- a/src/mainboard/lenovo/x201/acpi/superio.asl +++ b/src/mainboard/lenovo/x201/acpi/superio.asl @@ -1 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + #include <drivers/pc80/pc/ps2_controller.asl> |