[coreboot-gerrit] New patch to review for coreboot: samsung/*umpy: fix Kconfig formatting

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Feb 12 19:43:42 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13698

-gerrit

commit 6398cdde9c7ca27849f779ebf3bc11f287e12105
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Fri Feb 12 19:43:14 2016 +0100

    samsung/*umpy: fix Kconfig formatting
    
    Some spaces crept in where there should be tabs.
    
    Change-Id: Ie70469f5a16e8a2d5933ac632d13551b19761064
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/mainboard/samsung/lumpy/Kconfig  | 4 ++--
 src/mainboard/samsung/stumpy/Kconfig | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/samsung/lumpy/Kconfig b/src/mainboard/samsung/lumpy/Kconfig
index 592207e..16c9c61 100644
--- a/src/mainboard/samsung/lumpy/Kconfig
+++ b/src/mainboard/samsung/lumpy/Kconfig
@@ -22,8 +22,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 
 if !USE_NATIVE_RAMINIT
 config BOARD_SPECIFIC_OPTIONS_MRC # dummy
-       def_bool y
-       select HAVE_MRC
+	def_bool y
+	select HAVE_MRC
 endif
 
 config CHROMEOS
diff --git a/src/mainboard/samsung/stumpy/Kconfig b/src/mainboard/samsung/stumpy/Kconfig
index 33dbf2c..25b0727 100644
--- a/src/mainboard/samsung/stumpy/Kconfig
+++ b/src/mainboard/samsung/stumpy/Kconfig
@@ -19,8 +19,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 
 if !USE_NATIVE_RAMINIT
 config BOARD_SPECIFIC_OPTIONS_MRC # dummy
-       def_bool y
-       select HAVE_MRC
+	def_bool y
+	select HAVE_MRC
 endif
 
 config CHROMEOS



More information about the coreboot-gerrit mailing list