Nicholas Chin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83186?usp=email )
Change subject: util/autoport: Remove extra blank lines ......................................................................
util/autoport: Remove extra blank lines
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 --- M util/autoport/bd82x6x.go M util/autoport/main.go 2 files changed, 1 insertion(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/83186/1
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index 00b136b..bacc49e 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -297,7 +297,6 @@ sb.WriteString(`#include <bootblock_common.h> #include <device/pci_ops.h> #include <southbridge/intel/bd82x6x/pch.h> - `) usbPortConfig := "{\n"
diff --git a/util/autoport/main.go b/util/autoport/main.go index 6426dd3..99099d5 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -837,8 +837,7 @@
Add_gpl(dsdt) dsdt.WriteString( - ` -#include <acpi/acpi.h> +`#include <acpi/acpi.h>
DefinitionBlock( "dsdt.aml",