[PATCH 3/3] commands: move memtest to testing

Alexander Aring alex.aring at googlemail.com
Tue Sep 11 01:31:05 EDT 2012


Move memtest to testing commands menu.

Signed-off-by: Alexander Aring <alex.aring at gmail.com>
---
 commands/Kconfig | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/commands/Kconfig b/commands/Kconfig
index 2ee8643..4b9e8ba 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -319,15 +319,6 @@ config CMD_SHA224SUM
 	select SHA224
 	prompt "sha224sum"
 
-config CMD_MTEST
-	tristate
-	prompt "mtest"
-
-config CMD_MTEST_ALTERNATIVE
-	bool
-	depends on CMD_MTEST
-	prompt "alternative mtest implementation"
-
 endmenu
 
 menu "flash                         "
@@ -474,6 +465,15 @@ config CMD_NANDTEST
 	select PARTITION_NEED_MTD
 	prompt "nandtest"
 
+config CMD_MTEST
+	tristate
+	prompt "mtest"
+
+config CMD_MTEST_ALTERNATIVE
+	bool
+	depends on CMD_MTEST
+	prompt "alternative mtest implementation"
+
 endmenu
 
 config CMD_TIMEOUT
-- 
1.7.12




More information about the barebox mailing list