From 1943b27ea35d2196e819bcf662ea9644d03a1753 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 14 Feb 2021 12:18:16 +0200 Subject: AGESA fam14 boards: Drop _SI scope with _SST in ASL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ieb2f7a6b2721ddeef6945c3e0a0f4cc5627dd533 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50656 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/amd/south_station/acpi/mainboard.asl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/mainboard/amd/south_station/acpi/mainboard.asl (limited to 'src/mainboard/amd/south_station/acpi/mainboard.asl') diff --git a/src/mainboard/amd/south_station/acpi/mainboard.asl b/src/mainboard/amd/south_station/acpi/mainboard.asl deleted file mode 100644 index b7b630afb6..0000000000 --- a/src/mainboard/amd/south_station/acpi/mainboard.asl +++ /dev/null @@ -1,11 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - - -Scope(\_SI) { - Method(_SST, 1) { - /* DBGO("\\_SI\\_SST\n") */ - /* DBGO(" New Indicator state: ") */ - /* DBGO(Arg0) */ - /* DBGO("\n") */ - } -} /* End Scope SI */ -- cgit v1.2.3