diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-14 00:06:39 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-20 21:38:11 +0000 |
commit | c92efa336397b917081706dabeb6f41cf69176e8 (patch) | |
tree | 1b90907c2b08941400d259b796c767b02a9ad4c0 /src/mainboard/lippert | |
parent | c308f021d26156ad03bb3969a3b785616ca51b82 (diff) |
AGESA,binaryPI boards: Move common PCBA in ASL
Change-Id: I9d502882c4ddb54af1da42a41591804da2cee0ac
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50647
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/dsdt.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/dsdt.asl b/src/mainboard/lippert/frontrunner-af/dsdt.asl index 826f8bd7bf..cbb8ced2a0 100644 --- a/src/mainboard/lippert/frontrunner-af/dsdt.asl +++ b/src/mainboard/lippert/frontrunner-af/dsdt.asl @@ -13,7 +13,6 @@ DefinitionBlock ( { /* Start of ASL file */ #include <acpi/dsdt_top.asl> - Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) /* Base address of PCIe config space */ /* USB overcurrent mapping pins. */ Name(UOM0, 0) |