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/soc/amd | |
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/soc/amd')
-rw-r--r-- | src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl b/src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl index 6dcafe6faf..216b57c7ce 100644 --- a/src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl +++ b/src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ -/* South Bridge */ +/* System Bus */ /* _SB.PCI0 */ /* Operating System Capabilities Method */ |