diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-25 10:03:57 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-27 11:48:19 +0000 |
commit | 8dd5b17c7a9f6fe607e201b97deb24c1ce10bafc (patch) | |
tree | 56aefb620a44523333d1e1cfb21213e3c2a167e0 /src/drivers | |
parent | 1aa60a95bd8363d215fae11663229c976338ef6e (diff) |
nb/amd/pi/00630F01: Remove unused directory and code
No board uses AMD PI 00630F01, so drop it. And drop a single reference
to the now-removed `NORTHBRIDGE_AMD_PI_00630F01` Kconfig option inside
the `drivers/amd/agesa/acpi_tables.c` file.
Change-Id: Ibc45a4a6041220ed22273c1d41f9b796e1acb901
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54897
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/amd/agesa/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/amd/agesa/acpi_tables.c b/src/drivers/amd/agesa/acpi_tables.c index 06c566e6e7..1c09d3f546 100644 --- a/src/drivers/amd/agesa/acpi_tables.c +++ b/src/drivers/amd/agesa/acpi_tables.c @@ -9,7 +9,6 @@ * without new builds of the binaryPI blobs. */ #if !CONFIG(CPU_AMD_AGESA_BINARY_PI) || \ - CONFIG(NORTHBRIDGE_AMD_PI_00630F01) || \ CONFIG(NORTHBRIDGE_AMD_PI_00730F01) #define HAS_ACPI_SRAT TRUE |