util/autoport: Remove redundant comment

Nobody needs "LPC bridge PCI-LPC bridge".

Change-Id: Iac833d4fa34b00d89bdfc9aeb06a96583840b900
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39298
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Angel Pons 2020-03-05 00:32:02 +01:00 committed by Patrick Georgi
parent d3b4de7bea
commit 447e339656
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
} }
PutPCIChip(addr, cur) PutPCIChip(addr, cur)
PutPCIDevParent(addr, "PCI-LPC bridge", "lpc") PutPCIDevParent(addr, "", "lpc")
DSDTIncludes = append(DSDTIncludes, DSDTInclude{ DSDTIncludes = append(DSDTIncludes, DSDTInclude{
File: "southbridge/intel/common/acpi/platform.asl", File: "southbridge/intel/common/acpi/platform.asl",