summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-08-29 15:55:06 -0600
committerMartin Roth <martinroth@google.com>2016-09-02 18:04:48 +0200
commit26d484a237939abdc5fe47d0f8dfa879b0e07dd2 (patch)
tree166aa53fb655e541f13f7fd24f164579c7f420e5
parent477bc97ba0298fe03d52a0b580fd219a0958c621 (diff)
downloadcoreboot-26d484a237939abdc5fe47d0f8dfa879b0e07dd2.tar.gz
coreboot-26d484a237939abdc5fe47d0f8dfa879b0e07dd2.tar.bz2
coreboot-26d484a237939abdc5fe47d0f8dfa879b0e07dd2.zip
Fix newlines at the end of files
All but ga-g41m-es2l/cmos.default had multiple final newlines. ga-g41m-es2l/cmos.default had no final newline. Change-Id: Id350b513d5833bb14a2564eb789ab23b6278dcb5 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16361 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Antonello Dettori <dev@dettori.io>
-rw-r--r--payloads/libpayload/drivers/timer/Kconfig1
-rw-r--r--payloads/libpayload/drivers/usb/Kconfig1
-rw-r--r--src/mainboard/gigabyte/ga-g41m-es2l/cmos.default2
-rw-r--r--src/soc/intel/apollolake/meminit.c1
-rw-r--r--src/soc/intel/skylake/bootblock/smbus.c1
-rw-r--r--src/superio/nuvoton/nct6791d/superio.c1
-rw-r--r--util/crossgcc/patches/binutils-2.26.1_aarch.patch1
7 files changed, 1 insertions, 7 deletions
diff --git a/payloads/libpayload/drivers/timer/Kconfig b/payloads/libpayload/drivers/timer/Kconfig
index 8f047fa63ca8..0b981b0de2c1 100644
--- a/payloads/libpayload/drivers/timer/Kconfig
+++ b/payloads/libpayload/drivers/timer/Kconfig
@@ -126,4 +126,3 @@ config TIMER_MTK_ADDRESS
default 0x10008048
help
Address of GPT4's counter register to read the FREERUN-mode timer value.
-
diff --git a/payloads/libpayload/drivers/usb/Kconfig b/payloads/libpayload/drivers/usb/Kconfig
index e1b68f7d39b6..5ef80686e56b 100644
--- a/payloads/libpayload/drivers/usb/Kconfig
+++ b/payloads/libpayload/drivers/usb/Kconfig
@@ -126,4 +126,3 @@ config UDC_DWC2
help
Select this option to add the driver for Designware
USB device controller.
-
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
index c6ce45f37813..303c4c29b71a 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
@@ -3,4 +3,4 @@ baud_rate=115200
debug_level=Spew
power_on_after_fail=Enable
nmi=Enable
-gfx_uma_size=64M \ No newline at end of file
+gfx_uma_size=64M
diff --git a/src/soc/intel/apollolake/meminit.c b/src/soc/intel/apollolake/meminit.c
index d0e76836bb18..9aac1f0f9703 100644
--- a/src/soc/intel/apollolake/meminit.c
+++ b/src/soc/intel/apollolake/meminit.c
@@ -339,4 +339,3 @@ void save_lpddr4_dimm_info(const struct lpddr4_cfg *lp4cfg, size_t mem_sku)
mem_info->dimm_cnt = index;
printk(BIOS_DEBUG, "%d DIMMs found\n", mem_info->dimm_cnt);
}
-
diff --git a/src/soc/intel/skylake/bootblock/smbus.c b/src/soc/intel/skylake/bootblock/smbus.c
index bb305d5192ec..14a96661767f 100644
--- a/src/soc/intel/skylake/bootblock/smbus.c
+++ b/src/soc/intel/skylake/bootblock/smbus.c
@@ -44,4 +44,3 @@ void enable_smbus(void)
{
reg_script_run_on_dev(PCH_DEV_SMBUS, smbus_init_script);
}
-
diff --git a/src/superio/nuvoton/nct6791d/superio.c b/src/superio/nuvoton/nct6791d/superio.c
index 0a0f0bed592f..f0da0367e253 100644
--- a/src/superio/nuvoton/nct6791d/superio.c
+++ b/src/superio/nuvoton/nct6791d/superio.c
@@ -99,4 +99,3 @@ struct chip_operations superio_nuvoton_nct6791d_ops = {
CHIP_NAME("NUVOTON NCT6791D Super I/O")
.enable_dev = enable_dev,
};
-
diff --git a/util/crossgcc/patches/binutils-2.26.1_aarch.patch b/util/crossgcc/patches/binutils-2.26.1_aarch.patch
index 1e709d19b1cd..4a044187eb84 100644
--- a/util/crossgcc/patches/binutils-2.26.1_aarch.patch
+++ b/util/crossgcc/patches/binutils-2.26.1_aarch.patch
@@ -90,4 +90,3 @@ index 0000000..594ad7c
+
--
1.7.1
-