util/autoport: Remove extra blank lines from generated files
The generated dsdt.asl and early_init.c files contained 2 consecutive blank lines, so remove one of them. Change-Id: Iad74098518320c5389cb86badb8737e81dd656ae Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83186 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4b43dac16b
commit
7c05c61b0b
@ -294,7 +294,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
|
|||||||
sb.WriteString(`#include <bootblock_common.h>
|
sb.WriteString(`#include <bootblock_common.h>
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
#include <southbridge/intel/bd82x6x/pch.h>
|
#include <southbridge/intel/bd82x6x/pch.h>
|
||||||
|
|
||||||
`)
|
`)
|
||||||
usbPortConfig := "{\n"
|
usbPortConfig := "{\n"
|
||||||
|
|
||||||
|
@ -837,8 +837,7 @@ func main() {
|
|||||||
|
|
||||||
Add_gpl(dsdt)
|
Add_gpl(dsdt)
|
||||||
dsdt.WriteString(
|
dsdt.WriteString(
|
||||||
`
|
`#include <acpi/acpi.h>
|
||||||
#include <acpi/acpi.h>
|
|
||||||
|
|
||||||
DefinitionBlock(
|
DefinitionBlock(
|
||||||
"dsdt.aml",
|
"dsdt.aml",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user