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 /src/mainboard/gigabyte/ga-g41m-es2l | |
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 'src/mainboard/gigabyte/ga-g41m-es2l')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/cmos.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default index c6ce45f378..303c4c29b7 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 |