Move memtest to testing commands menu.

Signed-off-by: Alexander Aring <alex.ar...@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to