diff options
author | Martin Roth <gaumless@gmail.com> | 2015-06-20 16:32:24 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-06-21 21:10:28 +0200 |
commit | 64ae446dbca1fbd25395aa4f857caec746613c98 (patch) | |
tree | d72aae65f6ab0d28eb16f6e8b20eb14f392f9850 /src/superio/fintek | |
parent | e1523ecaa1da2ee77aad1b08889a07f626c5e8ed (diff) | |
download | coreboot-64ae446dbca1fbd25395aa4f857caec746613c98.tar.xz |
superio/fintek/Kconfig: add newline at end of file.
Kconfig sometimes fails to parse the last line of a file if there's
no newline at the end. Add one to be safe.
Change-Id: Ia9973a89b12596e1f2a2741ad2e255e886495331
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10614
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/superio/fintek')
-rw-r--r-- | src/superio/fintek/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/Kconfig b/src/superio/fintek/Kconfig index 5403e0a4a2..2662a85fd3 100644 --- a/src/superio/fintek/Kconfig +++ b/src/superio/fintek/Kconfig @@ -57,4 +57,4 @@ config SUPERIO_FINTEK_F81865F config SUPERIO_FINTEK_F81866D bool - select SUPERIO_FINTEK_COMMON_ROMSTAGE
\ No newline at end of file + select SUPERIO_FINTEK_COMMON_ROMSTAGE |