Re: [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-23 Thread Pantelis Antoniou
Hi Stephen, On May 7, 2014, at 9:19 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com All the sub-commands start with the main command anme, but it was anme=name missing from one of the help texts. Signed-off-by: Stephen Warren swar...@nvidia.com --- common/cmd_part.c

Re: [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-22 Thread Stephen Warren
On 05/14/2014 03:29 PM, Pantelis Antoniou wrote: Hi Tom, Sorry about that; It's all on my pile of work to do when I get back home. Did these get applied somewhere? On May 14, 2014, at 2:17 PM, Tom Rini wrote: On Wed, May 14, 2014 at 11:30:35AM -0600, Stephen Warren wrote: On

Re: [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-14 Thread Stephen Warren
On 05/07/2014 12:19 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com All the sub-commands start with the main command anme, but it was missing from one of the help texts. Tom, it looks like I forgot to CC you on these patches. I assume they'll go into the main U-Boot tree.

Re: [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-14 Thread Tom Rini
On Wed, May 14, 2014 at 11:30:35AM -0600, Stephen Warren wrote: On 05/07/2014 12:19 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com All the sub-commands start with the main command anme, but it was missing from one of the help texts. Tom, it looks like I forgot to CC

Re: [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-14 Thread Pantelis Antoniou
Hi Tom, Sorry about that; It's all on my pile of work to do when I get back home. On May 14, 2014, at 2:17 PM, Tom Rini wrote: On Wed, May 14, 2014 at 11:30:35AM -0600, Stephen Warren wrote: On 05/07/2014 12:19 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com All the

[U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-07 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com All the sub-commands start with the main command anme, but it was missing from one of the help texts. Signed-off-by: Stephen Warren swar...@nvidia.com --- common/cmd_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git