From 29b030dfcfd2142fa1fdf79740f8f034785ad5fd Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 3 Feb 2021 14:35:47 +0200 Subject: AGESA,binaryPI boards: Drop OSV in ASL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not referenced anywhere in ASL. Change-Id: I52ac4722e48e1cc377386316dc034fb45a98181a Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50471 Reviewed-by: Felix Held Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/amd/olivehill/acpi/mainboard.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/amd/olivehill/acpi/mainboard.asl') diff --git a/src/mainboard/amd/olivehill/acpi/mainboard.asl b/src/mainboard/amd/olivehill/acpi/mainboard.asl index 7e4ed7372e..eeca9ee8f7 100644 --- a/src/mainboard/amd/olivehill/acpi/mainboard.asl +++ b/src/mainboard/amd/olivehill/acpi/mainboard.asl @@ -11,7 +11,6 @@ Name(HPBA, 0xFED00000) /* Base address of HPET table */ /* Some global data */ Name(OSVR, 3) /* Assume nothing. WinXp = 1, Vista = 2, Linux = 3, WinCE = 4 */ -Name(OSV, Ones) /* Assume nothing */ /* AcpiGpe0Blk */ OperationRegion(GP0B, SystemMemory, 0xfed80814, 0x04) -- cgit v1.2.3