Re: [U-Boot] [PATCH 0/4] Fix a few problems with the command parsers

2014-05-30 Thread Simon Glass
Hi Tom, On 30 May 2014 12:59, Tom Rini wrote: > On Fri, May 23, 2014 at 09:11:31PM -0600, Simon Glass wrote: > >> In a few cases the behaviour of both the hush and built-in parsers seems >> incorrect. One such case was exposed by commit 1992dbf which attempted to >> execute a simple command using

Re: [U-Boot] [PATCH 0/4] Fix a few problems with the command parsers

2014-05-30 Thread Tom Rini
On Fri, May 23, 2014 at 09:11:31PM -0600, Simon Glass wrote: > In a few cases the behaviour of both the hush and built-in parsers seems > incorrect. One such case was exposed by commit 1992dbf which attempted to > execute a simple command using hush and get the correct return value. > Further digg

[U-Boot] [PATCH 0/4] Fix a few problems with the command parsers

2014-05-23 Thread Simon Glass
In a few cases the behaviour of both the hush and built-in parsers seems incorrect. One such case was exposed by commit 1992dbf which attempted to execute a simple command using hush and get the correct return value. Further digging exposed the other problems. Simon Glass (4): Add final result