summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/thatcher/acpi
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-06-22 13:47:06 +0200
committerMarc Jones <marc.jones@se-eng.com>2013-06-23 19:51:49 +0200
commita390d779668146b60fdb89eaa709054d7811df7e (patch)
tree4628e086e4bb8e512edf5c73f60cbdec898e0126 /src/mainboard/amd/thatcher/acpi
parenteac00d2dbbe57e10a130ea1c0c6d943c2a9f19c1 (diff)
downloadcoreboot-a390d779668146b60fdb89eaa709054d7811df7e.tar.xz
AMD boards: routing.asl: Uniformly start `Package()` with capital letter
In commit Rudolf Marek discovered, that it is not uniformly written. As »ASL names are not case-sensitive and will be converted to upper case.« [2] this change does not have any functional change. The following command was used to create this patch. $ git grep -l 'package()' src/mainboard | xargs sed -i 's,package(),Package(),' [1] http://review.coreboot.org/#/c/3318/ [2] http://www.acpi.info/spec40a.htm (18.2.1 ASL Names) Change-Id: I1784dbc50936a1ef9d4376209a3c324ef1fb85cf Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/3516 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/mainboard/amd/thatcher/acpi')
-rw-r--r--src/mainboard/amd/thatcher/acpi/routing.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/thatcher/acpi/routing.asl b/src/mainboard/amd/thatcher/acpi/routing.asl
index 4967edbd01..1b37c767f2 100644
--- a/src/mainboard/amd/thatcher/acpi/routing.asl
+++ b/src/mainboard/amd/thatcher/acpi/routing.asl
@@ -110,7 +110,7 @@ Scope(\_SB) {
/* Bus 0, Dev 1 - PCI Bridge for Internal Graphics(IGP) */
Package(){0x0001FFFF, 0, 0, 17 },
- package(){0x0001FFFF, 1, 0, 18 },
+ Package(){0x0001FFFF, 1, 0, 18 },
/* Bus 0, Dev 2 - PCIe Bridge for x8 PCIe Slot (GFX0) */
Package(){0x0002FFFF, 0, 0, 18 },