diff options
Diffstat (limited to 'src/mainboard/asus/f2a85-m')
-rw-r--r-- | src/mainboard/asus/f2a85-m/acpi/mainboard.asl | 4 | ||||
-rw-r--r-- | src/mainboard/asus/f2a85-m/dsdt.asl | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/asus/f2a85-m/acpi/mainboard.asl b/src/mainboard/asus/f2a85-m/acpi/mainboard.asl deleted file mode 100644 index 0f90393d21..0000000000 --- a/src/mainboard/asus/f2a85-m/acpi/mainboard.asl +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - - Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) /* Base address of PCIe config space */ - Name(PCLN, Multiply(0x100000, CONFIG_MMCONF_BUS_NUMBER)) /* Length of PCIe config space, 1MB each bus */ diff --git a/src/mainboard/asus/f2a85-m/dsdt.asl b/src/mainboard/asus/f2a85-m/dsdt.asl index 7ab5f694a6..6682e7b6b6 100644 --- a/src/mainboard/asus/f2a85-m/dsdt.asl +++ b/src/mainboard/asus/f2a85-m/dsdt.asl @@ -13,9 +13,6 @@ DefinitionBlock ( { /* Start of ASL file */ #include <acpi/dsdt_top.asl> - /* Globals for the platform */ - #include "acpi/mainboard.asl" - /* Describe the USB Overcurrent pins */ #include "acpi/usb_oc.asl" |