From ec23f048d0056f432a74a1f6bc6be993a0ba4204 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 22 Nov 2017 19:21:55 -0700 Subject: AMD platforms: Fix ASL comment that implies "\_SB" is southbridge Change-Id: I6ee86396a1c5aaee248a275b42da801cedace586 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/22578 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones Reviewed-by: Paul Menzel --- src/southbridge/amd/agesa/hudson/acpi/fch.asl | 2 +- src/southbridge/amd/cimx/sb800/acpi/fch.asl | 2 +- src/southbridge/amd/pi/hudson/acpi/fch.asl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/southbridge') 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 */ -- cgit v1.2.3