[U-Boot] [PATCH 1/4] common: add run_command2 for running simple or hush commands

2011-06-06 Thread Jason Hobbs
Signed-off-by: Jason Hobbs --- common/hush.c|2 +- common/main.c| 46 +++--- include/common.h |1 + include/hush.h |2 +- 4 files changed, 22 insertions(+), 29 deletions(-) diff --git a/common/hush.c b/common/hush.c index 85a6030..9

Re: [U-Boot] [PATCH 1/4] common: add run_command2 for running simple or hush commands

2011-06-06 Thread Wolfgang Denk
Dear "Jason Hobbs", In message <1307386599-4256-2-git-send-email-jason.ho...@calxeda.com> you wrote: > Signed-off-by: Jason Hobbs > --- > common/hush.c|2 +- > common/main.c| 46 +++--- > include/common.h |1 + > include/hush.h |2 +

Re: [U-Boot] [PATCH 1/4] common: add run_command2 for running simple or hush commands

2011-06-06 Thread Jason Hobbs
Dear Wolfgang, On Mon, Jun 06, 2011 at 09:16:00PM +0200, Wolfgang Denk wrote: > > -# ifndef CONFIG_SYS_HUSH_PARSER > > - run_command (p, 0); > > -# else > > - parse_string_outer(p, FLAG_PARSE_SEMICOLON | > > - FLAG_EXIT_FROM_LOOP); > > -# endif > >

Re: [U-Boot] [PATCH 1/4] common: add run_command2 for running simple or hush commands

2011-06-06 Thread Wolfgang Denk
Dear "Jason Hobbs", In message <20110606195832.GA4833@jhobbs-laptop> you wrote: > > The if (s) line and the rest of this block were indented with spaces > before I changed it. Should I make the cosmetic change of correct the > indentation there to use tabs as part of this patch? Yes, please. Bu