From 8dd5b17c7a9f6fe607e201b97deb24c1ce10bafc Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 25 May 2021 10:03:57 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54897 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/drivers/amd/agesa/acpi_tables.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/amd') 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 -- cgit v1.2.3