From 4c72d3612b194fe0c85575fc3445729650f77ecf Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 28 Jul 2016 16:50:48 -0600 Subject: Remove extra newlines from the end of all coreboot files. This removes the newlines from all files found by the new int-015-final-newlines script. Change-Id: I65b6d5b403fe3fa30b7ac11958cc0f9880704ed7 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15975 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- src/soc/intel/braswell/acpi/irqlinks.asl | 1 - src/soc/intel/braswell/acpi/sleepstates.asl | 1 - src/soc/intel/braswell/bootblock/timestamp.inc | 1 - src/soc/intel/braswell/include/soc/acpi.h | 1 - src/soc/intel/braswell/romstage/Makefile.inc | 1 - 5 files changed, 5 deletions(-) (limited to 'src/soc/intel/braswell') diff --git a/src/soc/intel/braswell/acpi/irqlinks.asl b/src/soc/intel/braswell/acpi/irqlinks.asl index e1570b5fe3..a160f6e7eb 100644 --- a/src/soc/intel/braswell/acpi/irqlinks.asl +++ b/src/soc/intel/braswell/acpi/irqlinks.asl @@ -485,4 +485,3 @@ Device (LNKH) } } } - diff --git a/src/soc/intel/braswell/acpi/sleepstates.asl b/src/soc/intel/braswell/acpi/sleepstates.asl index 556320af75..d37f9cc803 100644 --- a/src/soc/intel/braswell/acpi/sleepstates.asl +++ b/src/soc/intel/braswell/acpi/sleepstates.asl @@ -18,4 +18,3 @@ Name(\_S0, Package(){0x0,0x0,0x0,0x0}) Name(\_S3, Package(){0x5,0x5,0x0,0x0}) Name(\_S4, Package(){0x6,0x6,0x0,0x0}) Name(\_S5, Package(){0x7,0x7,0x0,0x0}) - diff --git a/src/soc/intel/braswell/bootblock/timestamp.inc b/src/soc/intel/braswell/bootblock/timestamp.inc index 74c0cd64da..3115c22c67 100644 --- a/src/soc/intel/braswell/bootblock/timestamp.inc +++ b/src/soc/intel/braswell/bootblock/timestamp.inc @@ -31,4 +31,3 @@ stash_timestamp: /* Restore the BIST value to %eax */ movl %ebp, %eax - diff --git a/src/soc/intel/braswell/include/soc/acpi.h b/src/soc/intel/braswell/include/soc/acpi.h index 426d95b7d3..ff3b1cd704 100644 --- a/src/soc/intel/braswell/include/soc/acpi.h +++ b/src/soc/intel/braswell/include/soc/acpi.h @@ -34,4 +34,3 @@ unsigned long southcluster_write_acpi_tables(device_t device, unsigned long current, struct acpi_rsdp *rsdp); #endif /* _SOC_ACPI_H_ */ - diff --git a/src/soc/intel/braswell/romstage/Makefile.inc b/src/soc/intel/braswell/romstage/Makefile.inc index 4149d2263a..c3ed415dcc 100644 --- a/src/soc/intel/braswell/romstage/Makefile.inc +++ b/src/soc/intel/braswell/romstage/Makefile.inc @@ -1,4 +1,3 @@ romstage-y += early_spi.c romstage-y += pmc.c romstage-y += romstage.c - -- cgit v1.2.3