summaryrefslogtreecommitdiff
path: root/payloads
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 /payloads
parent477bc97ba0298fe03d52a0b580fd219a0958c621 (diff)
downloadcoreboot-26d484a237939abdc5fe47d0f8dfa879b0e07dd2.tar.xz
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>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/drivers/timer/Kconfig1
-rw-r--r--payloads/libpayload/drivers/usb/Kconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/payloads/libpayload/drivers/timer/Kconfig b/payloads/libpayload/drivers/timer/Kconfig
index 8f047fa63c..0b981b0de2 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 e1b68f7d39..5ef80686e5 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.
-