summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2013-06-04 01:13:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-05 22:54:34 +0200
commit47f9da43801d7a345569a35d23cd49eb355a891a (patch)
tree9e4d4d6eb0a29b5413c8ddbf6aa344ef32abd3b6 /commands/Kconfig
parent49686838a906e311967ccb79fd27f3ad30c7f157 (diff)
downloadbarebox-47f9da43801d7a345569a35d23cd49eb355a891a.tar.gz
barebox-47f9da43801d7a345569a35d23cd49eb355a891a.tar.xz
memtest: remove memtest command
Remove memtest command. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index a62ed9823b..82209fa01c 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -561,15 +561,6 @@ 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
menu "video command"