diff options
author | Martin Roth <martinroth@google.com> | 2016-08-29 15:55:06 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-09-02 18:04:48 +0200 |
commit | 26d484a237939abdc5fe47d0f8dfa879b0e07dd2 (patch) | |
tree | 166aa53fb655e541f13f7fd24f164579c7f420e5 /payloads/libpayload/drivers/timer | |
parent | 477bc97ba0298fe03d52a0b580fd219a0958c621 (diff) | |
download | coreboot-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/libpayload/drivers/timer')
-rw-r--r-- | payloads/libpayload/drivers/timer/Kconfig | 1 |
1 files changed, 0 insertions, 1 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. - |