From e62a17b118b4105d4b2aa88d89ce321e0fedc346 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Mon, 13 Jul 2020 16:03:07 -0600 Subject: soc/amd/picasso/acpi: Remove invalid and unnecessary devices These devices are not referenced by anything else. BUG=b:153001807, b:154756391 TEST=None Signed-off-by: Raul E Rangel Change-Id: I6ea3c326247dce095b5ac1706dbc37f8b215a21e Reviewed-on: https://review.coreboot.org/c/coreboot/+/43425 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Angel Pons Reviewed-by: Furquan Shaikh --- src/soc/amd/picasso/acpi/northbridge.asl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/soc/amd/picasso/acpi/northbridge.asl') diff --git a/src/soc/amd/picasso/acpi/northbridge.asl b/src/soc/amd/picasso/acpi/northbridge.asl index f2a709f384..a81d3b27be 100644 --- a/src/soc/amd/picasso/acpi/northbridge.asl +++ b/src/soc/amd/picasso/acpi/northbridge.asl @@ -49,7 +49,3 @@ Method(_PRT,0, NotSerialized) { Return(PR0) } - -Device(AMRT) { - Name(_ADR, 0x00000000) -} /* end AMRT */ -- cgit v1.2.3