diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-14 12:18:16 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-20 21:40:06 +0000 |
commit | 1943b27ea35d2196e819bcf662ea9644d03a1753 (patch) | |
tree | 75bcf57806698caed012621aaaaef9c5e99aafb3 /src/mainboard/lippert | |
parent | 49bc3b7aee452a8f0df4da736aff98ca2112218e (diff) |
AGESA fam14 boards: Drop _SI scope with _SST in ASL
Change-Id: Ieb2f7a6b2721ddeef6945c3e0a0f4cc5627dd533
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50656
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/dsdt.asl | 5 |
1 files changed, 0 insertions, 5 deletions
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 */ |