diff options
author | Martin Roth <martinroth@google.com> | 2016-01-21 12:30:52 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-01-22 14:05:41 +0100 |
commit | 95f33f4e7eae57e28b9d92d82ccaceab4c5c8d27 (patch) | |
tree | 1980069d975855279bbcbdc2599de18e8a064f27 | |
parent | 9cfb40adb72b34d55e8eee70f54152ca942810cf (diff) |
src/Kconfig: Indent with tabs instead of spaces
Change-Id: I47776d842b8d684fc11ac448b751892ee2bc5ecc
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13116
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig index 20e3d67e54..082ab63cb0 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -287,8 +287,8 @@ config BOOTBLOCK_SOURCE # To be selected by arch or platform if a C environment is available during the # bootblock. Normally this signifies availability of RW memory (e.g. SRAM). config C_ENVIRONMENT_BOOTBLOCK - bool - default n + bool + default n config SKIP_MAX_REBOOT_CNT_CLEAR bool "Do not clear reboot count after successful boot" |