diff options
author | Martin Roth <martinroth@google.com> | 2017-11-22 19:21:55 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-28 03:53:32 +0000 |
commit | ec23f048d0056f432a74a1f6bc6be993a0ba4204 (patch) | |
tree | 1bbd32f7f453babd75d274de4f231b2b525efac0 /src/southbridge | |
parent | ad07dc84a4cfb96405d9240a1bfadec7f5be3f0b (diff) |
AMD platforms: Fix ASL comment that implies "\_SB" is southbridge
Change-Id: I6ee86396a1c5aaee248a275b42da801cedace586
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/22578
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/acpi/fch.asl | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cimx/sb800/acpi/fch.asl | 2 | ||||
-rw-r--r-- | src/southbridge/amd/pi/hudson/acpi/fch.asl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/amd/agesa/hudson/acpi/fch.asl b/src/southbridge/amd/agesa/hudson/acpi/fch.asl index 6c8e5fc6d8..efd6a9348c 100644 --- a/src/southbridge/amd/agesa/hudson/acpi/fch.asl +++ b/src/southbridge/amd/agesa/hudson/acpi/fch.asl @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ -/* South Bridge */ +/* System Bus */ /* _SB.PCI0 */ /* Operating System Capabilities Method */ diff --git a/src/southbridge/amd/cimx/sb800/acpi/fch.asl b/src/southbridge/amd/cimx/sb800/acpi/fch.asl index 5abfcfe075..816988b53e 100644 --- a/src/southbridge/amd/cimx/sb800/acpi/fch.asl +++ b/src/southbridge/amd/cimx/sb800/acpi/fch.asl @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -/* South Bridge */ +/* System Bus */ /* _SB.PCI0 */ /* Operating System Capabilities Method */ diff --git a/src/southbridge/amd/pi/hudson/acpi/fch.asl b/src/southbridge/amd/pi/hudson/acpi/fch.asl index 5f00436633..2586dd4810 100644 --- a/src/southbridge/amd/pi/hudson/acpi/fch.asl +++ b/src/southbridge/amd/pi/hudson/acpi/fch.asl @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ -/* South Bridge */ +/* System Bus */ /* _SB.PCI0 */ /* Operating System Capabilities Method */ |