summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
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