9
0
Fork 0

commands: move memtest to testing

Move memtest to testing commands menu.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Aring 2012-09-11 07:31:05 +02:00 committed by Sascha Hauer
parent 126f9f0482
commit 5b10582696
1 changed files with 9 additions and 9 deletions

View File

@ -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