From: Alexander Aring <alex.aring@googlemail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 3/3] commands: move memtest to testing
Date: Tue, 11 Sep 2012 07:31:05 +0200 [thread overview]
Message-ID: <1347341465-2560-3-git-send-email-alex.aring@gmail.com> (raw)
In-Reply-To: <1347341465-2560-1-git-send-email-alex.aring@gmail.com>
Move memtest to testing commands menu.
Signed-off-by: Alexander Aring <alex.aring@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
next prev parent reply other threads:[~2012-09-11 5:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-11 5:31 [PATCH 1/3] commands: add testing menu Alexander Aring
2012-09-11 5:31 ` [PATCH 2/3] commands: move nandtest to testing Alexander Aring
2012-09-11 7:10 ` Jan Weitzel
2012-09-11 5:31 ` Alexander Aring [this message]
2012-09-11 7:46 ` [PATCH 1/3] commands: add testing menu Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1347341465-2560-3-git-send-email-alex.aring@gmail.com \
--to=alex.aring@googlemail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox