summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-08-11 10:11:28 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-12 08:05:37 +0200
commit4db3f913267d9f41c035f1bd32d18e6d7fe23939 (patch)
tree8b8b86f0596a418de3a026e8ba7b1614a4ca2945 /commands
parent9b0907bd68ffc23ed27cc3c5f51ff505d64beb78 (diff)
downloadbarebox-4db3f913267d9f41c035f1bd32d18e6d7fe23939.tar.gz
barebox-4db3f913267d9f41c035f1bd32d18e6d7fe23939.tar.xz
Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes replacing spaces to tabs, formatting in accordance format. No functional changes. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index ede1b3aa7e..55e46a0392 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -563,14 +563,14 @@ config CMD_NANDTEST
prompt "nandtest"
config CMD_MEMTEST
- tristate
- prompt "memtest"
- help
- The memtest command can test the registered barebox memory.
- During this test barebox memory regions like heap, stack, ...
- will be skipped. If the tested architecture has MMU with PTE
- flags support, the memtest is running twice with cache enabled
- and with cache disabled
+ tristate
+ prompt "memtest"
+ help
+ The memtest command can test the registered barebox memory.
+ During this test barebox memory regions like heap, stack, ...
+ will be skipped. If the tested architecture has MMU with PTE
+ flags support, the memtest is running twice with cache enabled
+ and with cache disabled
endmenu