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>
This commit is contained in:
Martin Roth 2016-01-21 12:30:52 -07:00 committed by Patrick Georgi
parent 9cfb40adb7
commit 95f33f4e7e
1 changed files with 2 additions and 2 deletions

View File

@ -287,8 +287,8 @@ config BOOTBLOCK_SOURCE
# To be selected by arch or platform if a C environment is available during the # 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). # bootblock. Normally this signifies availability of RW memory (e.g. SRAM).
config C_ENVIRONMENT_BOOTBLOCK config C_ENVIRONMENT_BOOTBLOCK
bool bool
default n default n
config SKIP_MAX_REBOOT_CNT_CLEAR config SKIP_MAX_REBOOT_CNT_CLEAR
bool "Do not clear reboot count after successful boot" bool "Do not clear reboot count after successful boot"