[PATCH 2/3] commands: move nandtest to testing
Alexander Aring
alex.aring at googlemail.com
Tue Sep 11 01:31:04 EDT 2012
Move nadntest in commands menu.
Signed-off-by: Alexander Aring <alex.aring at gmail.com>
---
commands/Kconfig | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/commands/Kconfig b/commands/Kconfig
index 8f3a15a..2ee8643 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -192,14 +192,6 @@ config CMD_NAND
depends on NAND
prompt "nand"
-config CMD_NANDTEST
- tristate
- depends on NAND
- depends on PARTITION
- depends on NAND_ECC_HW || NAND_ECC_SOFT
- select PARTITION_NEED_MTD
- prompt "nandtest"
-
config CMD_AUTOMOUNT
tristate
select FS_AUTOMOUNT
@@ -474,6 +466,14 @@ endmenu
menu "testing "
+config CMD_NANDTEST
+ tristate
+ depends on NAND
+ depends on PARTITION
+ depends on NAND_ECC_HW || NAND_ECC_SOFT
+ select PARTITION_NEED_MTD
+ prompt "nandtest"
+
endmenu
config CMD_TIMEOUT
--
1.7.12
More information about the barebox
mailing list