[coreboot-gerrit] New patch to review for coreboot: superio/fintek/Kconfig: add newline at end of file.

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Sun Jun 21 01:16:03 CEST 2015


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10614

-gerrit

commit cc26a14dae953b6e0a40ea7ce92f1d82d92128b0
Author: Martin Roth <gaumless at gmail.com>
Date:   Sat Jun 20 16:32:24 2015 -0600

    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 at gmail.com>
---
 src/superio/fintek/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/superio/fintek/Kconfig b/src/superio/fintek/Kconfig
index 5403e0a..2662a85 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



More information about the coreboot-gerrit mailing list