[coreboot-gerrit] Patch set updated for coreboot: mohonpeak/Kconfig: Fix whitespace issues

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Dec 8 16:53:33 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12655

-gerrit

commit a62f5a86551c76e4e7290492b1c3234f3aab4628
Author: Martin Roth <martinroth at google.com>
Date:   Sun Dec 6 12:14:42 2015 -0700

    mohonpeak/Kconfig: Fix whitespace issues
    
    Auto-indent did me wrong, and I didn't notice it.
    
    Change-Id: I5a736cf53a3bdbe57b28b2d6a55befd341d8dfd8
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/intel/mohonpeak/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/intel/mohonpeak/Kconfig b/src/mainboard/intel/mohonpeak/Kconfig
index 8f6e077..3916fa3 100644
--- a/src/mainboard/intel/mohonpeak/Kconfig
+++ b/src/mainboard/intel/mohonpeak/Kconfig
@@ -71,10 +71,10 @@ config UART_FOR_CONSOLE
 	help
 	  The Mohon Peak board uses COM2 (2f8) for the serial console.
 
-  config PAYLOAD_CONFIGFILE
-  	string
-  	default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"
-  	help
+config PAYLOAD_CONFIGFILE
+	string
+	default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"
+	help
 	  The Avoton/Rangeley chip does not allow devices to write into the 0xe000
 	  segment.  This means that USB/SATA devices will not work in SeaBIOS unless
 	  we put the SeaBIOS buffer area down in the 0x9000 segment.



More information about the coreboot-gerrit mailing list