mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] commands: add testing menu
@ 2012-09-11  5:31 Alexander Aring
  2012-09-11  5:31 ` [PATCH 2/3] commands: move nandtest to testing Alexander Aring
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alexander Aring @ 2012-09-11  5:31 UTC (permalink / raw)
  To: barebox

Add command menu for testing utilities.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
 commands/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/commands/Kconfig b/commands/Kconfig
index f2756cc..8f3a15a 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -472,6 +472,10 @@ config CMD_OFTREE
 
 endmenu
 
+menu "testing                       "
+
+endmenu
+
 config CMD_TIMEOUT
 	tristate
 	prompt "timeout"
-- 
1.7.12


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 2/3] commands: move nandtest to testing
  2012-09-11  5:31 [PATCH 1/3] commands: add testing menu Alexander Aring
@ 2012-09-11  5:31 ` Alexander Aring
  2012-09-11  7:10   ` Jan Weitzel
  2012-09-11  5:31 ` [PATCH 3/3] commands: move memtest " Alexander Aring
  2012-09-11  7:46 ` [PATCH 1/3] commands: add testing menu Sascha Hauer
  2 siblings, 1 reply; 5+ messages in thread
From: Alexander Aring @ 2012-09-11  5:31 UTC (permalink / raw)
  To: barebox

Move nadntest in commands menu.

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


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 3/3] commands: move memtest to testing
  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  5:31 ` Alexander Aring
  2012-09-11  7:46 ` [PATCH 1/3] commands: add testing menu Sascha Hauer
  2 siblings, 0 replies; 5+ messages in thread
From: Alexander Aring @ 2012-09-11  5:31 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/3] commands: move nandtest to testing
  2012-09-11  5:31 ` [PATCH 2/3] commands: move nandtest to testing Alexander Aring
@ 2012-09-11  7:10   ` Jan Weitzel
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Weitzel @ 2012-09-11  7:10 UTC (permalink / raw)
  To: Alexander Aring; +Cc: barebox

Am Dienstag, den 11.09.2012, 07:31 +0200 schrieb Alexander Aring:
> Move nadntest in commands menu.
nandtest

Jan

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



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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/3] commands: add testing menu
  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  5:31 ` [PATCH 3/3] commands: move memtest " Alexander Aring
@ 2012-09-11  7:46 ` Sascha Hauer
  2 siblings, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2012-09-11  7:46 UTC (permalink / raw)
  To: Alexander Aring; +Cc: barebox

On Tue, Sep 11, 2012 at 07:31:03AM +0200, Alexander Aring wrote:
> Add command menu for testing utilities.
> 
> Signed-off-by: Alexander Aring <alex.aring@gmail.com>

Applied, thanks. I fixed the typo Jan mentioned while applying

Sascha

> ---
>  commands/Kconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/commands/Kconfig b/commands/Kconfig
> index f2756cc..8f3a15a 100644
> --- a/commands/Kconfig
> +++ b/commands/Kconfig
> @@ -472,6 +472,10 @@ config CMD_OFTREE
>  
>  endmenu
>  
> +menu "testing                       "
> +
> +endmenu
> +
>  config CMD_TIMEOUT
>  	tristate
>  	prompt "timeout"
> -- 
> 1.7.12
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-11  7:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 3/3] commands: move memtest " Alexander Aring
2012-09-11  7:46 ` [PATCH 1/3] commands: add testing menu Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox