Re: [U-Boot] Command repeat

2014-06-03 Thread Simon Glass
Hi Thomas, On 3 June 2014 02:27, wrote: > Hello Simon: > >> Are you planning to work on a patch? > > Yes, I am; I hope to send something out tonight. Sorry for the delay! No problem, thanks for looking at it. Hopefully you can work in a test somehow. Regards, Simon

Re: [U-Boot] Command repeat

2014-06-03 Thread Thomas . Betker
Hello Simon: > Are you planning to work on a patch? Yes, I am; I hope to send something out tonight. Sorry for the delay! Best regards, Thomas ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Command repeat

2014-06-02 Thread Simon Glass
Hi Thomas, On 30 May 2014 11:55, Simon Glass wrote: > Hi Tom, > > On 30 May 2014 11:51, Tom Rini wrote: >> On Wed, May 28, 2014 at 09:34:25PM +0200, thomas.bet...@rohde-schwarz.com >> wrote: >> >>> Hello all, >>> >>> I have noticed that command repeat doesn't work as it should. >>> CONFIG_SYS_H

Re: [U-Boot] Command repeat

2014-05-30 Thread Simon Glass
Hi Tom, On 30 May 2014 11:51, Tom Rini wrote: > On Wed, May 28, 2014 at 09:34:25PM +0200, thomas.bet...@rohde-schwarz.com > wrote: > >> Hello all, >> >> I have noticed that command repeat doesn't work as it should. >> CONFIG_SYS_HUSH_PARSER is disabled in my config. >> >> Here is what happens: m

Re: [U-Boot] Command repeat

2014-05-30 Thread Tom Rini
On Wed, May 28, 2014 at 09:34:25PM +0200, thomas.bet...@rohde-schwarz.com wrote: > Hello all, > > I have noticed that command repeat doesn't work as it should. > CONFIG_SYS_HUSH_PARSER is disabled in my config. > > Here is what happens: main_loop() expects run_command() to return -1 for > fail

[U-Boot] Command repeat

2014-05-30 Thread Thomas . Betker
Hello all, I have noticed that command repeat doesn't work as it should. CONFIG_SYS_HUSH_PARSER is disabled in my config. Here is what happens: main_loop() expects run_command() to return -1 for failure, 0 or 1 for success (not repeatable or repeatable). However, run_command() actually returns