From 1943b27ea35d2196e819bcf662ea9644d03a1753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= 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/lippert/frontrunner-af/dsdt.asl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mainboard/lippert/frontrunner-af') diff --git a/src/mainboard/lippert/frontrunner-af/dsdt.asl b/src/mainboard/lippert/frontrunner-af/dsdt.asl index cbb8ced2a0..014ea08c65 100644 --- a/src/mainboard/lippert/frontrunner-af/dsdt.asl +++ b/src/mainboard/lippert/frontrunner-af/dsdt.asl @@ -724,10 +724,5 @@ DefinitionBlock ( Name(_STA, 0x0B) /* sata is invisible */ } } /* End \_SB scope */ - - Scope(\_SI) { - Method(_SST, 1) { - } - } /* End Scope SI */ } /* End of ASL file */ -- cgit v1.2.3