Re: [U-Boot] [PATCH 0/5 v2] Command usage cleanup

2009-01-28 Thread Peter Tyser
Hi Wolfgang, On Wed, 2009-01-28 at 22:15 +0100, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1233100992-30871-1-git-send-email-pty...@xes-inc.com> you wrote: > > Changes since v1: > > - Rebase on top of tree > > Are you sure? > > > This patch series attempts to clean up how the "usa

Re: [U-Boot] [PATCH 0/5 v2] Command usage cleanup

2009-01-28 Thread Wolfgang Denk
Dear Peter Tyser, In message <1233100992-30871-1-git-send-email-pty...@xes-inc.com> you wrote: > Changes since v1: > - Rebase on top of tree Are you sure? > This patch series attempts to clean up how the "usage" field > of the cmd_tbl_s structure is used. It does 3 things: > 1. Adds a cmd_usage

Re: [U-Boot] [PATCH 0/5 v2] Command usage cleanup

2009-01-27 Thread Wolfgang Denk
Dear Peter Tyser, In message <1233100992-30871-1-git-send-email-pty...@xes-inc.com> you wrote: > Changes since v1: > - Rebase on top of tree > > This patch series attempts to clean up how the "usage" field > of the cmd_tbl_s structure is used. It does 3 things: > 1. Adds a cmd_usage() function t

[U-Boot] [PATCH 0/5 v2] Command usage cleanup

2009-01-27 Thread Peter Tyser
Changes since v1: - Rebase on top of tree This patch series attempts to clean up how the "usage" field of the cmd_tbl_s structure is used. It does 3 things: 1. Adds a cmd_usage() function to print a command's usage 2. Removes the command name from the usage field for all commands 3. Removes newli