Dear Timo,

In message <4f9506aa.4000...@exertus.fi> you wrote:
> Hi again,
> 
> On 23.04.2012 08:43, Timo Ketola wrote:
> ...
> > I took a quick glance over command/main.c....
> 
> common/main.c, of course
> 
> > 1341                 rc = cmd_process(flag, argc, argv, &repeatable);
> 
> This might fix it:
> 
> -             rc = cmd_process(flag, argc, argv, &repeatable);
> +             if (cmd_process(flag, argc, argv, &repeatable))
> +                     rc = -1;

I confirm this fixes the issue. Tested on TQM5200S.

Can you please send a proper patch with SoB line etc. ?



Simon, can you then please send a formal ACK to that patch?


Thanks in advance.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Ninety-Ninety Rule of Project Schedules:
        The first ninety percent of the task takes ninety percent of
the time, and the last ten percent takes the other ninety percent.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to