From eb4920df327fd7d3ac9e9f853768b15e9a02a9b1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 10 Apr 2014 19:50:58 +0200 Subject: intel/*bd82x6x/acpi/pch.asl: Correct name of field unit to GP03 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GP0e does not fit into the naming scheme of the field units surrounding this field unit definition. Also the keys for e and 3 are close to each other supporting the theory that this is indeed a typo. Change-Id: I43cf288fe1e0240b33971073c1aa8a1db5762e31 Reported-by: Kyösti Mälkki Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/5483 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering Reviewed-by: Kyösti Mälkki --- src/southbridge/intel/bd82x6x/acpi/pch.asl | 2 +- src/southbridge/intel/fsp_bd82x6x/acpi/pch.asl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/southbridge/intel/bd82x6x/acpi/pch.asl b/src/southbridge/intel/bd82x6x/acpi/pch.asl index 2f75fdc..27f08e2 100644 --- a/src/southbridge/intel/bd82x6x/acpi/pch.asl +++ b/src/southbridge/intel/bd82x6x/acpi/pch.asl @@ -95,7 +95,7 @@ Scope(\) GL00, 1, GP01, 1, GP02, 1, - GP0e, 1, + GP03, 1, GP04, 1, GP05, 1, GP06, 1, diff --git a/src/southbridge/intel/fsp_bd82x6x/acpi/pch.asl b/src/southbridge/intel/fsp_bd82x6x/acpi/pch.asl index 8632ad8..1a5163e 100644 --- a/src/southbridge/intel/fsp_bd82x6x/acpi/pch.asl +++ b/src/southbridge/intel/fsp_bd82x6x/acpi/pch.asl @@ -95,7 +95,7 @@ Scope(\) GL00, 1, GP01, 1, GP02, 1, - GP0e, 1, + GP03, 1, GP04, 1, GP05, 1, GP06, 1, -- cgit v1.1